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

Commit 9bcf53f3 authored by Reizer, Eyal's avatar Reizer, Eyal Committed by Tony Lindgren
Browse files

ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend



mmc2 used for wl12xx was missing the keep-power-in suspend
parameter. As a result the board couldn't reach suspend state.

Signed-off-by: default avatarEyal Reizer <eyalr@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7d79f609
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -672,6 +672,7 @@
	ti,non-removable;
	ti,non-removable;
	bus-width = <4>;
	bus-width = <4>;
	cap-power-off-card;
	cap-power-off-card;
	keep-power-in-suspend;
	pinctrl-names = "default";
	pinctrl-names = "default";
	pinctrl-0 = <&mmc2_pins>;
	pinctrl-0 = <&mmc2_pins>;