cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

meson-gxl-s805x.dtsi (459B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Copyright (c) 2020 BayLibre SAS
      4 * Author: Neil Armstrong <narmstrong@baylibre.com>
      5 */
      6
      7#include "meson-gxl-s905x.dtsi"
      8
      9/ {
     10	compatible = "amlogic,s805x", "amlogic,meson-gxl";
     11};
     12
     13/* The S805X Package doesn't seem to handle the 744MHz OPP correctly */
     14&gpu_opp_table {
     15	opp-744000000 {
     16		status = "disabled";
     17	};
     18};
     19
     20&mali {
     21	/delete-property/ assigned-clocks;
     22	/delete-property/ assigned-clock-rates;
     23};