diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2014-01-12 08:22:46 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-02-28 17:09:08 -0500 |
commit | 4ceb39362a8c043a4c3f3c46d539cebb25e850a8 (patch) | |
tree | 38127d858f5100b03cb473b10e81a5027ecce88d /arch/arm/boot/dts/omap3-cm-t3x.dtsi | |
parent | d234e423993faa3c58df057484fc5a45e1b577f5 (diff) |
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/arm/boot/dts/omap3-cm-t3x.dtsi')
-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 @@ | |||
51 | bus-width = <4>; | 51 | bus-width = <4>; |
52 | }; | 52 | }; |
53 | 53 | ||
54 | &mmc3 { | ||
55 | status = "disabled"; | ||
56 | }; | ||
57 | |||
54 | &i2c1 { | 58 | &i2c1 { |
55 | clock-frequency = <400000>; | 59 | clock-frequency = <400000>; |
56 | }; | 60 | }; |