From 06115973bcc339b55bc156c97a8bb7b6918afb68 Mon Sep 17 00:00:00 2001 From: Sangwook Lee Date: Mon, 14 May 2012 18:01:43 +0100 Subject: ARM: EXYNOS: ORIGEN: Add MMC pm_flags for WLAN 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 Signed-off-by: Tushar Behera --- arch/arm/mach-exynos/mach-origen.c | 1 + 1 file changed, 1 insertion(+) 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, }; -- cgit v1.2.3