summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangwook Lee <sangwook.lee@linaro.org>2012-05-14 18:01:43 +0100
committerTushar Behera <tushar.behera@linaro.org>2012-05-17 10:45:06 +0530
commit06115973bcc339b55bc156c97a8bb7b6918afb68 (patch)
tree943ed0a45019cdbcfdfeab34053dbdcea2ef3b8f
parent412cff55ffaef0fedac6fb15a60ad48ab756b4aa (diff)
ARM: EXYNOS: ORIGEN: Add MMC pm_flags for WLANtracking-samslt-wlan-3.4-2012.05-1tracking-samslt-wlan-3.4-2012.05-0
Added pm_flag MMC_PM_KEEP_POWER for WLAN. The WLAN firmware of ar6003 hw 2.0 doesn't support this feature. After turning on WLAN in Origen without this flag, WLAN will lose all connection to Access Point. Signed-off-by: Sangwook Lee <sangwook.lee@linaro.org> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/mach-exynos/mach-origen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c
index ccd399cba77f..7c3180f2b1cd 100644
--- a/arch/arm/mach-exynos/mach-origen.c
+++ b/arch/arm/mach-exynos/mach-origen.c
@@ -494,6 +494,7 @@ static struct s3c_sdhci_platdata origen_hsmmc3_pdata __initdata = {
.max_width = 4,
.host_caps = MMC_CAP_4_BIT_DATA |
MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED,
+ .pm_caps = MMC_PM_KEEP_POWER,
.cd_type = S3C_SDHCI_CD_EXTERNAL,
.ext_cd_init = origen_wifi_status_register,
};