diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-12-11 09:13:50 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 06:01:34 -0500 |
commit | fcf0c725cb38f7d55a89e6f87183afee90a3846d (patch) | |
tree | 765b8d3dde4f1e92ac067249b79e4a5fd296636d | |
parent | 62e43056ad5f584f8af83267c901f65e667e3657 (diff) |
ARM: shmobile: koelsch: Specify external clock frequency in DT
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>
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index d431f3189bba..fd556c3483e3 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts | |||
@@ -45,6 +45,10 @@ | |||
45 | }; | 45 | }; |
46 | }; | 46 | }; |
47 | 47 | ||
48 | &extal_clk { | ||
49 | clock-frequency = <20000000>; | ||
50 | }; | ||
51 | |||
48 | &pfc { | 52 | &pfc { |
49 | pinctrl-0 = <&scif0_pins &scif1_pins>; | 53 | pinctrl-0 = <&scif0_pins &scif1_pins>; |
50 | pinctrl-names = "default"; | 54 | pinctrl-names = "default"; |