meson-gxl-s805x.dtsi 459 B

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