diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-10-04 15:57:22 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-09 03:06:03 +0400 |
commit | 6badc636a717b3e440365fd3bc12932d0dc31e8e (patch) | |
tree | 3172e4b712e05b18c5cf7fbe0422092636141a21 /arch/arm/boot/dts/omap4-panda.dts | |
parent | e13214df1e3237c08704df488faaff43103d8597 (diff) | |
download | linux-6badc636a717b3e440365fd3bc12932d0dc31e8e.tar.xz |
ARM/dts: omap4-panda: Disable unused audio IPs
McBSP2, McBSP3 and DMIC is not usable on PandaBoard (not connected, no
external pins provided for them).
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-panda.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-panda.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-panda.dts b/arch/arm/boot/dts/omap4-panda.dts index 20b966ee1bb3..771cefdf8ef8 100644 --- a/arch/arm/boot/dts/omap4-panda.dts +++ b/arch/arm/boot/dts/omap4-panda.dts @@ -137,3 +137,15 @@ cs1-used; device-handle = <&elpida_ECB240ABACN>; }; + +&mcbsp2 { + status = "disabled"; +}; + +&mcbsp3 { + status = "disabled"; +}; + +&dmic { + status = "disabled"; +}; |