ARM: shmobile: marzen: Specify external clock frequency in DT
authorSimon Horman <horms+renesas@verge.net.au>
Thu, 15 May 2014 11:31:59 +0000 (20:31 +0900)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Dec 2014 00:24:42 +0000 (09:24 +0900)
The external crystal frequency is 31.25 on the Marzen board.
Specify it in the device tree.

Based on work for the Lager board by Laurent Pinchart.

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(cherry picked from commit 954e42cf541b3cbb8dd07ba29f5974f91cb8c248)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7779-marzen.dts

index cf90d2d..3212908 100644 (file)
        status = "okay";
 };
 
+&extal_clk {
+       clock-frequency = <31250000>;
+};
+
 &pfc {
        pinctrl-0 = <&scif2_pins &scif4_pins>;
        pinctrl-names = "default";