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