Skip to content

Commit b46a22d

Browse files
cristiccmmind
authored andcommitted
arm64: dts: rockchip: Assign PLL_PPLL clock rate to 1.1 GHz on rk3588s
The clock rate for PLL_PPLL has been wrongly initialized to 100 MHz instead of 1.1 GHz. Fix it. Fixes: c9211fa ("arm64: dts: rockchip: Add base DT for rk3588 SoC") Reported-by: Sebastian Reichel <[email protected]> Signed-off-by: Cristian Ciocaltea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 87810bd commit b46a22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3588s.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
<&cru ACLK_BUS_ROOT>, <&cru CLK_150M_SRC>,
417417
<&cru CLK_GPU>;
418418
assigned-clock-rates =
419-
<100000000>, <786432000>,
419+
<1100000000>, <786432000>,
420420
<850000000>, <1188000000>,
421421
<702000000>,
422422
<400000000>, <500000000>,

0 commit comments

Comments
 (0)