Neil Armstrong | ee73135 | 2020-10-02 09:47:37 +0200 | [diff] [blame] | 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 | }; |