Skip to content

Commit

Permalink
ARM/dts: omap4-panda: Disable unused audio IPs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Ujfalusi authored and Tony Lindgren committed Oct 8, 2012
1 parent e13214d commit 6badc63
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm/boot/dts/omap4-panda.dts
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,15 @@
cs1-used;
device-handle = <&elpida_ECB240ABACN>;
};

&mcbsp2 {
status = "disabled";
};

&mcbsp3 {
status = "disabled";
};

&dmic {
status = "disabled";
};

0 comments on commit 6badc63

Please sign in to comment.