]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
ARM: dts: armadillo800eva Correct extal1 frequency to 24 MHz
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 18 Dec 2015 10:51:36 +0000 (11:51 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 18 Jan 2016 02:17:49 +0000 (11:17 +0900)
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: 25aa7ba3fdfb ("ARM: shmobile: armadillo800eva: Sync DTS")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7740-armadillo800eva.dts

index 105d9c95de4af6114c091027a50e393aac147b09..5c76dcc89df52de61e4995e1e03848b66cd0bab8 100644 (file)
 };
 
 &extal1_clk {
-       clock-frequency = <25000000>;
+       clock-frequency = <24000000>;
 };
 &extal2_clk {
        clock-frequency = <48000000>;