ARM: shmobile: koelsch: Specify external clock frequency in DT
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 11 Dec 2013 14:13:50 +0000 (15:13 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 19 Dec 2013 11:01:34 +0000 (20:01 +0900)
The external crystal frequency is 20MHz on the Koelsch board. Specify it
in the device tree.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791-koelsch.dts

index d431f31..fd556c3 100644 (file)
        };
 };
 
+&extal_clk {
+       clock-frequency = <20000000>;
+};
+
 &pfc {
        pinctrl-0 = <&scif0_pins &scif1_pins>;
        pinctrl-names = "default";