Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d6ac29e authored by Marek Belisko's avatar Marek Belisko Committed by Tony Lindgren
Browse files

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: default avatarNeilBrown <neilb@suse.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d8bd6731
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {