diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2015-05-08 18:15:16 (GMT) |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-05-08 18:15:16 (GMT) |
commit | 8cf5e6dc8dd55d0f1ad46ab4046c3a8a51d2136d (patch) | |
tree | 7c70a7b7fc572ca02c0f2da58943c86b83bd5763 /arch | |
parent | cb0f7c8b40c52124fdb73b5e5a1b28202efbb43b (diff) | |
download | linux-8cf5e6dc8dd55d0f1ad46ab4046c3a8a51d2136d.tar.xz |
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 <javier.martinez@collabora.co.uk>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-snow.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts index 2657e84..1eca97e 100644 --- a/arch/arm/boot/dts/exynos5250-snow.dts +++ b/arch/arm/boot/dts/exynos5250-snow.dts @@ -567,6 +567,7 @@ num-slots = <1>; broken-cd; cap-sdio-irq; + keep-power-in-suspend; card-detect-delay = <200>; samsung,dw-mshc-ciu-div = <3>; samsung,dw-mshc-sdr-timing = <2 3>; |