diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-07-27 11:19:45 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 23:29:53 +0800 |
commit | 677e28b1cc82777a2f8903de8fe0f0f3d14c2af5 (patch) | |
tree | 9a3856cd8d67d16b3654868c345115f3408b8442 /arch/arm/boot/dts/imx51-apf51.dts | |
parent | c574fa93af1bf4e83bc9281646c74038e8739d67 (diff) |
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: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-apf51.dts')
-rw-r--r-- | arch/arm/boot/dts/imx51-apf51.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx51-apf51.dts b/arch/arm/boot/dts/imx51-apf51.dts index 8f7f9ac0b989..b3606993f2e8 100644 --- a/arch/arm/boot/dts/imx51-apf51.dts +++ b/arch/arm/boot/dts/imx51-apf51.dts @@ -26,10 +26,6 @@ }; clocks { - ckih1 { - clock-frequency = <0>; - }; - osc { clock-frequency = <33554432>; }; |