diff options
author | Reizer, Eyal <eyalr@ti.com> | 2017-03-26 08:53:10 +0000 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-03-27 10:09:08 -0700 |
commit | 9bcf53f34a2c1cebc45cc12e273dcd5f51fbc099 (patch) | |
tree | b31c5d251027ed1df8610dfcc8a7863f0dab42c8 /arch/arm | |
parent | 7d79f6098d82f8c09914d7799bc96891ad9c3baf (diff) | |
download | linux-9bcf53f34a2c1cebc45cc12e273dcd5f51fbc099.tar.bz2 |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index 9e43c443738a..9ba4b18c0cb2 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts @@ -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>; |