Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6badc636 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Tony Lindgren
Browse files

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: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent e13214df
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -137,3 +137,15 @@
	cs1-used;
	device-handle = <&elpida_ECB240ABACN>;
};

&mcbsp2 {
	status = "disabled";
};

&mcbsp3 {
	status = "disabled";
};

&dmic {
	status = "disabled";
};