ARM: dts: omap3-gta04: Fix mmc1 properties.
authorMarek Belisko <marek@goldelico.com>
Sat, 25 Jan 2014 21:28:57 +0000 (22:28 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 13 Feb 2014 23:07:24 +0000 (15:07 -0800)
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>
arch/arm/boot/dts/omap3-gta04.dts

index 81e0bb4..c551e4a 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&mmc1_pins>;
        vmmc-supply = <&vmmc1>;
-       vmmc_aux-supply = <&vsim>;
        bus-width = <4>;
+       ti,non-removable;
 };
 
 &mmc2 {