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

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

ARM/dts: omap4-sdp: 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 6badc636
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -349,3 +349,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&uart4_pins>;
};

&mcbsp3 {
	status = "disabled";
};