diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2015-02-16 11:58:59 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-26 19:49:24 -0500 |
commit | a5dc23f6896005a18629b5c1be0e39a9f6090bf5 (patch) | |
tree | 8657736d5174dc9de18fffdcf1ff47ef60f07347 /arch | |
parent | 7d316faa193fed16079b35c57e0500be3cc6f0a5 (diff) |
ARM: shmobile: bockw dts: set extal clock frequency
Sets the extal clock to the frequency of the oscillator installed by
default (33 MHz).
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/r8a7778-bockw.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts index 274a1b6fe329..00119754f7f0 100644 --- a/arch/arm/boot/dts/r8a7778-bockw.dts +++ b/arch/arm/boot/dts/r8a7778-bockw.dts | |||
@@ -61,6 +61,10 @@ | |||
61 | }; | 61 | }; |
62 | }; | 62 | }; |
63 | 63 | ||
64 | &extal_clk { | ||
65 | clock-frequency = <33333333>; | ||
66 | }; | ||
67 | |||
64 | &mmcif { | 68 | &mmcif { |
65 | pinctrl-0 = <&mmc_pins>; | 69 | pinctrl-0 = <&mmc_pins>; |
66 | pinctrl-names = "default"; | 70 | pinctrl-names = "default"; |