Skip to content

Commit 9bcf53f

Browse files
eyalreizertmlind
authored andcommitted
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: Eyal Reizer <eyalr@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 7d79f60 commit 9bcf53f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/am335x-evmsk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@
672672
ti,non-removable;
673673
bus-width = <4>;
674674
cap-power-off-card;
675+
keep-power-in-suspend;
675676
pinctrl-names = "default";
676677
pinctrl-0 = <&mmc2_pins>;
677678

0 commit comments

Comments
 (0)