Skip to content

Commit 39319f5

Browse files
committed
ARM: sun8i: Fix the mali clock rate
The Mali clock rate was improperly assumed to be 408MHz, while it was really 384Mhz, 408MHz being the "extreme" frequency, and definitely not stable. Switch for the stable, correct frequency for the GPU. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
1 parent c1ae3cf commit 39319f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/sun8i-a23-a33.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
resets = <&ccu RST_BUS_GPU>;
496496

497497
assigned-clocks = <&ccu CLK_GPU>;
498-
assigned-clock-rates = <408000000>;
498+
assigned-clock-rates = <384000000>;
499499
};
500500

501501
gic: interrupt-controller@01c81000 {

0 commit comments

Comments
 (0)