Skip to content

Commit

Permalink
ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
eyalreizer authored and tmlind committed Mar 27, 2017
1 parent 7d79f60 commit 9bcf53f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/am335x-evmsk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,7 @@
ti,non-removable;
bus-width = <4>;
cap-power-off-card;
keep-power-in-suspend;
pinctrl-names = "default";
pinctrl-0 = <&mmc2_pins>;

Expand Down

0 comments on commit 9bcf53f

Please sign in to comment.