Skip to content

Commit

Permalink
ARM: dts: armadillo800eva Correct extal1 frequency to 24 MHz
Browse files Browse the repository at this point in the history
On r8a7740/armadillo, actual clock rates are ca. 4% lower than reported
by /sys/kernel/debug/clk/clk_summary. Correct the extal1 frequency from
25 MHz to 24 MHz to fix this.

This matches the Armadillo-800 EVA Product Manual, which claims the main
crystal runs at 24 MHz, and the old legacy/reference board code.

Fixes: 25aa7ba ("ARM: shmobile: armadillo800eva: Sync DTS")
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
geertu authored and horms committed Jan 18, 2016
1 parent 8005c49 commit c61f30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/r8a7740-armadillo800eva.dts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
};

&extal1_clk {
clock-frequency = <25000000>;
clock-frequency = <24000000>;
};
&extal2_clk {
clock-frequency = <48000000>;
Expand Down

0 comments on commit c61f30a

Please sign in to comment.