Skip to content

Commit 8cf5e6d

Browse files
Javier Martinez CanillasKukjin Kim
authored andcommitted
ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for exynos5250-snow
The Marvell mwifiex driver prevents the system to enter into a suspend state if the card power is not preserved during a suspend/resume cycle. So Suspend-to-RAM and Suspend-to-idle are failing on Exynos5250 Snow. Add the keep-power-in-suspend Power Management property to the SDIO/MMC node so the mwifiex suspend handler doesn't fail and the system is able to enter into a suspend state. Signed-off-by: Javier Martinez Canillas <[email protected]> Reviewed-by: Doug Anderson <[email protected]> Signed-off-by: Kukjin Kim <[email protected]>
1 parent cb0f7c8 commit 8cf5e6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/exynos5250-snow.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@
567567
num-slots = <1>;
568568
broken-cd;
569569
cap-sdio-irq;
570+
keep-power-in-suspend;
570571
card-detect-delay = <200>;
571572
samsung,dw-mshc-ciu-div = <3>;
572573
samsung,dw-mshc-sdr-timing = <2 3>;

0 commit comments

Comments
 (0)