diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-08-10 08:51:50 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 15:29:55 (GMT) |
commit | 1c04ab0f0f7abbaf9233d4187ed9715b8782b35d (patch) | |
tree | 5e3130f7278c56aeb3f4b0f3703e0aa60dd1e2ca /arch/arm/boot/dts/imx27.dtsi | |
parent | a338be9ad79213650c325de81ed032b3d9d325cb (diff) | |
download | linux-1c04ab0f0f7abbaf9233d4187ed9715b8782b35d.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx27.dtsi')
-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 76cd89f..c037c22 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -300,6 +300,7 @@ reg = <0x10016000 0x1000>; clocks = <&clks 0>; clock-names = "audmux"; + status = "disabled"; }; cspi3: cspi@10017000 { |