aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMarek Belisko <marek@goldelico.com>2014-01-25 16:28:57 -0500
committerTony Lindgren <tony@atomide.com>2014-02-13 18:07:24 -0500
commit2d6ac29e6a043c3adc3e82f5200ae1e07617e3ea (patch)
treee9e35f704f478862cad4514115b5bd5b7870f40d /arch
parentd8bd67317455744039e10fe33d6c76b82262c647 (diff)
ARM: dts: omap3-gta04: Fix mmc1 properties.
Does not have an aux supply, and must be non-removable. Otherwise it is removed during suspend and filesystem gets confused. Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/omap3-gta04.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts
index 81e0bb477bcd..c551e4af4d83 100644
--- a/arch/arm/boot/dts/omap3-gta04.dts
+++ b/arch/arm/boot/dts/omap3-gta04.dts
@@ -143,8 +143,8 @@
143 pinctrl-names = "default"; 143 pinctrl-names = "default";
144 pinctrl-0 = <&mmc1_pins>; 144 pinctrl-0 = <&mmc1_pins>;
145 vmmc-supply = <&vmmc1>; 145 vmmc-supply = <&vmmc1>;
146 vmmc_aux-supply = <&vsim>;
147 bus-width = <4>; 146 bus-width = <4>;
147 ti,non-removable;
148}; 148};
149 149
150&mmc2 { 150&mmc2 {