diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2014-01-12 15:22:46 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-28 14:09:08 -0800 |
commit | 4ceb39362a8c043a4c3f3c46d539cebb25e850a8 (patch) | |
tree | 38127d858f5100b03cb473b10e81a5027ecce88d /arch | |
parent | d234e423993faa3c58df057484fc5a45e1b577f5 (diff) | |
download | blackbird-obmc-linux-4ceb39362a8c043a4c3f3c46d539cebb25e850a8.tar.gz blackbird-obmc-linux-4ceb39362a8c043a4c3f3c46d539cebb25e850a8.zip |
ARM: dts: sbc-t3x: disable mmc3
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap3-cm-t3x.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi index ca6090d422e2..842201c235e6 100644 --- a/arch/arm/boot/dts/omap3-cm-t3x.dtsi +++ b/arch/arm/boot/dts/omap3-cm-t3x.dtsi @@ -51,6 +51,10 @@ bus-width = <4>; }; +&mmc3 { + status = "disabled"; +}; + &i2c1 { clock-frequency = <400000>; }; |