1
0
Fork 0

ARM/dts: omap4-sdp: Disable unused McBSP3

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

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
hifive-unleashed-5.1
Peter Ujfalusi 2012-10-04 14:57:23 +03:00 committed by Tony Lindgren
parent 6badc636a7
commit 6e65928130
1 changed files with 4 additions and 0 deletions

View File

@ -349,3 +349,7 @@
pinctrl-names = "default";
pinctrl-0 = <&uart4_pins>;
};
&mcbsp3 {
status = "disabled";
};