Skip to content

Commit

Permalink
ARM/dts: omap4-sdp: Disable unused McBSP3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Ujfalusi authored and Tony Lindgren committed Oct 8, 2012
1 parent 6badc63 commit 6e65928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/omap4-sdp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,7 @@
pinctrl-names = "default";
pinctrl-0 = <&uart4_pins>;
};

&mcbsp3 {
status = "disabled";
};

0 comments on commit 6e65928

Please sign in to comment.