diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-08-10 04:51:50 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 11:29:55 -0400 |
commit | 1c04ab0f0f7abbaf9233d4187ed9715b8782b35d (patch) | |
tree | 5e3130f7278c56aeb3f4b0f3703e0aa60dd1e2ca | |
parent | a338be9ad79213650c325de81ed032b3d9d325cb (diff) |
ARM: dts: i.MX27: Disable AUDMUX in the template
AUDMUX expects additional parameters to be configured correctly,
so turn it off into a template.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx27.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 76cd89fdd617..c037c223619a 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi | |||
@@ -300,6 +300,7 @@ | |||
300 | reg = <0x10016000 0x1000>; | 300 | reg = <0x10016000 0x1000>; |
301 | clocks = <&clks 0>; | 301 | clocks = <&clks 0>; |
302 | clock-names = "audmux"; | 302 | clock-names = "audmux"; |
303 | status = "disabled"; | ||
303 | }; | 304 | }; |
304 | 305 | ||
305 | cspi3: cspi@10017000 { | 306 | cspi3: cspi@10017000 { |