Commit 677e28b1 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo

ARM: i.MX5 clocks: Remove optional clock setup (CKIH1) from i.MX51 template

External high frequency clock CKIH1 is optional for i.MX51, so move
it setup into boards where it is used.
Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent c574fa93
...@@ -26,10 +26,6 @@ memory { ...@@ -26,10 +26,6 @@ memory {
}; };
clocks { clocks {
ckih1 {
clock-frequency = <0>;
};
osc { osc {
clock-frequency = <33554432>; clock-frequency = <33554432>;
}; };
......
...@@ -63,6 +63,10 @@ sound { ...@@ -63,6 +63,10 @@ sound {
}; };
clocks { clocks {
ckih1 {
clock-frequency = <22579200>;
};
clk_26M: codec_clock { clk_26M: codec_clock {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
......
...@@ -47,7 +47,7 @@ ckil { ...@@ -47,7 +47,7 @@ ckil {
ckih1 { ckih1 {
compatible = "fsl,imx-ckih1", "fixed-clock"; compatible = "fsl,imx-ckih1", "fixed-clock";
clock-frequency = <22579200>; clock-frequency = <0>;
}; };
ckih2 { ckih2 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment