[PATCH v4 06/19] ARM: shmobile: marzen: Specify external clock frequency in DT
Simon Horman
horms+renesas at verge.net.au
Thu Mar 13 04:59:49 EDT 2014
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 at ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
---
v3
* Update r8a7779-marzen.dts instead of r8a7779-marzen-reference.dts
---
arch/arm/boot/dts/r8a7779-marzen.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7779-marzen.dts b/arch/arm/boot/dts/r8a7779-marzen.dts
index eda6240..2c727cd 100644
--- a/arch/arm/boot/dts/r8a7779-marzen.dts
+++ b/arch/arm/boot/dts/r8a7779-marzen.dts
@@ -68,6 +68,10 @@
status = "okay";
};
+&extal_clk {
+ clock-frequency = <31250000>;
+};
+
&pfc {
pinctrl-0 = <&scif2_pins &scif4_pins>;
pinctrl-names = "default";
--
1.8.5.2
More information about the linux-arm-kernel
mailing list