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 <sebastian.reichel@collabora.com> Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> Link: https://lore.kernel.org/r/20230402095054.384739-3-cristian.ciocaltea@collabora.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 87810bd commit b46a22d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)