diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-12-11 09:13:49 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 06:01:34 -0500 |
commit | 62e43056ad5f584f8af83267c901f65e667e3657 (patch) | |
tree | cfb6659c11d4bc47f2c85375f17d7788981f2f3e | |
parent | f8e2535d988a7945fa2c11214d55c20c73c60840 (diff) |
ARM: shmobile: lager: Specify external clock frequency in DT
The external crystal frequency is 20MHz on the Lager 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>
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 67a69399ba19..57569cba1528 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts | |||
@@ -58,6 +58,10 @@ | |||
58 | }; | 58 | }; |
59 | }; | 59 | }; |
60 | 60 | ||
61 | &extal_clk { | ||
62 | clock-frequency = <20000000>; | ||
63 | }; | ||
64 | |||
61 | &pfc { | 65 | &pfc { |
62 | pinctrl-0 = <&scif0_pins &scif1_pins>; | 66 | pinctrl-0 = <&scif0_pins &scif1_pins>; |
63 | pinctrl-names = "default"; | 67 | pinctrl-names = "default"; |