diff options
author | Nicolin Chen <Guangyu.Chen@freescale.com> | 2014-06-18 05:46:49 -0400 |
---|---|---|
committer | Nicolin Chen <Guangyu.Chen@freescale.com> | 2014-06-19 05:08:07 -0400 |
commit | 29261d49d1b750e2cf990799ce08a8b01930f728 (patch) | |
tree | 618450f736f7da6db1d53d216af05be1152c14ee /arch/arm/boot | |
parent | 3f3781143ba2800f7e3e46dbecc0c7a76d22a146 (diff) |
ENGR00318773-11 ARM: imx6qdl: Remove incorrect clock sources
The clock sources from ASRC, ESAI and MLB are not actually from CCM but
outside PAD inputs. So we these clock sources over here are totally wrong
and should be fixed.
Acked-by: Wang Shengjiu <b02247@freescale.com>
Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 0bcf6573cdb6..71342eb1b2b5 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi | |||
@@ -178,9 +178,9 @@ | |||
178 | <&sdma 15 18 0>; | 178 | <&sdma 15 18 0>; |
179 | dma-names = "rx", "tx"; | 179 | dma-names = "rx", "tx"; |
180 | clocks = <&clks 197>, <&clks 3>, | 180 | clocks = <&clks 197>, <&clks 3>, |
181 | <&clks 197>, <&clks 107>, | 181 | <&clks 197>, <&clks 0>, |
182 | <&clks 0>, <&clks 118>, | 182 | <&clks 0>, <&clks 0>, |
183 | <&clks 62>, <&clks 139>, | 183 | <&clks 62>, <&clks 0>, |
184 | <&clks 0>, <&clks 156>; | 184 | <&clks 0>, <&clks 156>; |
185 | clock-names = "core", "rxtx0", | 185 | clock-names = "core", "rxtx0", |
186 | "rxtx1", "rxtx2", | 186 | "rxtx1", "rxtx2", |