]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: am335x-evmsk: adjust mmc2 param to allow suspend
authorReizer, Eyal <eyalr@ti.com>
Sun, 26 Mar 2017 08:53:10 +0000 (08:53 +0000)
committerTony Lindgren <tony@atomide.com>
Mon, 27 Mar 2017 17:09:08 +0000 (10:09 -0700)
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>
arch/arm/boot/dts/am335x-evmsk.dts

index 9e43c443738a8acedd2c0e160a5b6ddc9e0f6c39..9ba4b18c0cb21711dcd8ef60648a0916914819e7 100644 (file)
        ti,non-removable;
        bus-width = <4>;
        cap-power-off-card;
+       keep-power-in-suspend;
        pinctrl-names = "default";
        pinctrl-0 = <&mmc2_pins>;