ARM: i.MX5 clocks: Remove optional clock setup (CKIH1) from i.MX51 template
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 27 Jul 2013 07:19:45 +0000 (11:19 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:29:53 +0000 (23:29 +0800)
External high frequency clock CKIH1 is optional for i.MX51, so move
it setup into boards where it is used.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx51-apf51.dts
arch/arm/boot/dts/imx51-babbage.dts
arch/arm/boot/dts/imx51.dtsi

index 8f7f9ac..b360699 100644 (file)
        };
 
        clocks {
-               ckih1 {
-                       clock-frequency = <0>;
-               };
-
                osc {
                        clock-frequency = <33554432>;
                };
index 7c670a6..1d337d9 100644 (file)
        };
 
        clocks {
+               ckih1 {
+                       clock-frequency = <22579200>;
+               };
+
                clk_26M: codec_clock {
                        compatible = "fixed-clock";
                        reg=<0>;
index d7b0646..f0b25c9 100644 (file)
@@ -47,7 +47,7 @@
 
                ckih1 {
                        compatible = "fsl,imx-ckih1", "fixed-clock";
-                       clock-frequency = <22579200>;
+                       clock-frequency = <0>;
                };
 
                ckih2 {