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 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.