]> Git Repo - linux.git/commitdiff
ARM/dts: omap5-evm: Disable unused McBSP3
authorPeter Ujfalusi <[email protected]>
Thu, 4 Oct 2012 11:57:24 +0000 (14:57 +0300)
committerTony Lindgren <[email protected]>
Mon, 8 Oct 2012 23:06:11 +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/omap5-evm.dts

index 9c41a3f311aab25bd5e098d15c8f4cb5d5ee3695..825e607f0e566addcd10084e7427ab9759e69795 100644 (file)
@@ -82,3 +82,7 @@
                        0x020700d9>;    /* SEARCH */
        linux,input-no-autorepeat;
 };
+
+&mcbsp3 {
+       status = "disabled";
+};
This page took 0.054447 seconds and 4 git commands to generate.