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