aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Hecht <[email protected]>2015-02-16 17:58:59 +0100
committerSimon Horman <[email protected]>2015-02-27 09:49:24 +0900
commita5dc23f6896005a18629b5c1be0e39a9f6090bf5 (patch)
tree8657736d5174dc9de18fffdcf1ff47ef60f07347
parent7d316faa193fed16079b35c57e0500be3cc6f0a5 (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 <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Simon Horman <[email protected]>
-rw-r--r--arch/arm/boot/dts/r8a7778-bockw.dts4
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 @@
};
};
+&extal_clk {
+ clock-frequency = <33333333>;
+};
+
&mmcif {
pinctrl-0 = <&mmc_pins>;
pinctrl-names = "default";