diff options
| author | Jonas Karlman <[email protected]> | 2025-08-31 16:49:19 +0000 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2025-11-01 21:17:43 +0800 |
| commit | 786a85e81d1bfc02aed054e06de6070567291ee4 (patch) | |
| tree | fe9953e3631f246e922a9c9f1ee0b1bb6d47382a /arch | |
| parent | 70a2168569fa5f96dc6f29291697ed1bab08e340 (diff) | |
rockchip: odroid-go2: Remove cru assigned-clocks override
Remove the cru assigned-clocks override now that SCLK_GPU is supported
by the clock driver.
Signed-off-by: Jonas Karlman <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi b/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi index a0ab8b69f2e..f37daa893c7 100644 --- a/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi +++ b/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi @@ -32,18 +32,8 @@ }; }; -/* U-Boot clk driver for px30 cannot set GPU_CLK */ &cru { bootph-all; - assigned-clocks = <&cru PLL_NPLL>, - <&cru ACLK_BUS_PRE>, <&cru ACLK_PERI_PRE>, - <&cru HCLK_BUS_PRE>, <&cru HCLK_PERI_PRE>, - <&cru PCLK_BUS_PRE>, <&cru PLL_CPLL>; - - assigned-clock-rates = <1188000000>, - <200000000>, <200000000>, - <150000000>, <150000000>, - <100000000>, <17000000>; }; &gpio0 { |
