0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Copyright (c) 2020 BayLibre SAS
0004 * Author: Neil Armstrong <narmstrong@baylibre.com>
0005 */
0006
0007 #include "meson-gxl-s905x.dtsi"
0008
0009 / {
0010 compatible = "amlogic,s805x", "amlogic,meson-gxl";
0011 };
0012
0013 /* The S805X Package doesn't seem to handle the 744MHz OPP correctly */
0014 &gpu_opp_table {
0015 opp-744000000 {
0016 status = "disabled";
0017 };
0018 };
0019
0020 &mali {
0021 /delete-property/ assigned-clocks;
0022 /delete-property/ assigned-clock-rates;
0023 };