ARM: shmobile: bockw dts: set extal clock frequency
authorUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Mon, 16 Feb 2015 16:58:59 +0000 (17:58 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 27 Feb 2015 00:49:24 +0000 (09:49 +0900)
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>
arch/arm/boot/dts/r8a7778-bockw.dts

index 274a1b6fe32998b8fa3e64265f82be54c7c6391c..00119754f7f08541c53076596c7d3fe2c7fa6e7c 100644 (file)
        };
 };
 
+&extal_clk {
+       clock-frequency = <33333333>;
+};
+
 &mmcif {
        pinctrl-0 = <&mmc_pins>;
        pinctrl-names = "default";
This page took 0.025182 seconds and 5 git commands to generate.