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

Commit 42601d58 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Tony Lindgren
Browse files

ARM/dts: omap5-evm: Disable unused McBSP3



McBSP3 is not usable on OMAP4 SDP/Blaze (the pins used for McPDM).

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6e659281
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -82,3 +82,7 @@
			0x020700d9>;	/* SEARCH */
	linux,input-no-autorepeat;
};

&mcbsp3 {
	status = "disabled";
};