ARM: dts: sbc-t3x: disable mmc3
authorDmitry Lifshitz <lifshitz@compulab.co.il>
Sun, 12 Jan 2014 13:22:46 +0000 (15:22 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 28 Feb 2014 22:09:08 +0000 (14:09 -0800)
Disable mmc3 interface, since is not used on sbc-t3x boards.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-cm-t3x.dtsi

index ca6090d422e2bc779ccd9e04e75b238303b5f5da..842201c235e6438b3de3c1e3b28cf1bc146cb3a2 100644 (file)
        bus-width = <4>;
 };
 
+&mmc3 {
+       status = "disabled";
+};
+
 &i2c1 {
        clock-frequency = <400000>;
 };