diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-10-04 07:57:22 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-08 19:06:03 -0400 |
commit | 6badc636a717b3e440365fd3bc12932d0dc31e8e (patch) | |
tree | 3172e4b712e05b18c5cf7fbe0422092636141a21 /arch/arm | |
parent | e13214df1e3237c08704df488faaff43103d8597 (diff) |
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')
-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 @@ | |||
137 | cs1-used; | 137 | cs1-used; |
138 | device-handle = <&elpida_ECB240ABACN>; | 138 | device-handle = <&elpida_ECB240ABACN>; |
139 | }; | 139 | }; |
140 | |||
141 | &mcbsp2 { | ||
142 | status = "disabled"; | ||
143 | }; | ||
144 | |||
145 | &mcbsp3 { | ||
146 | status = "disabled"; | ||
147 | }; | ||
148 | |||
149 | &dmic { | ||
150 | status = "disabled"; | ||
151 | }; | ||