]> Git Repo - linux.git/commitdiff
ARM/dts: omap4-sdp: Disable unused McBSP3
authorPeter Ujfalusi <[email protected]>
Thu, 4 Oct 2012 11:57:23 +0000 (14:57 +0300)
committerTony Lindgren <[email protected]>
Mon, 8 Oct 2012 23:06:07 +0000 (16:06 -0700)
McBSP3 is not usable on OMAP4 SDP/Blaze (the pins used for McPDM).

Signed-off-by: Peter Ujfalusi <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/omap4-sdp.dts

index 94a23b39033ddcd9458b631ae894926ca420b422..cf09875df406206f27d9afa18eebc892be3586cd 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&uart4_pins>;
 };
+
+&mcbsp3 {
+       status = "disabled";
+};
This page took 0.077364 seconds and 4 git commands to generate.