diff options
author | Marek Belisko | 2014-01-25 22:28:57 +0100 |
---|---|---|
committer | Tony Lindgren | 2014-02-13 15:07:24 -0800 |
commit | 2d6ac29e6a043c3adc3e82f5200ae1e07617e3ea (patch) | |
tree | e9e35f704f478862cad4514115b5bd5b7870f40d /arch/arm | |
parent | d8bd67317455744039e10fe33d6c76b82262c647 (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/arm')
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04.dts | 2 |
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 @@ pinctrl-names = "default"; pinctrl-0 = <&mmc1_pins>; vmmc-supply = <&vmmc1>; - vmmc_aux-supply = <&vsim>; bus-width = <4>; + ti,non-removable; }; &mmc2 { |