aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/mach-crag6410.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-29 23:44:36 -0500
committerKukjin Kim <kgene.kim@samsung.com>2012-01-19 19:39:37 -0500
commita9294cdc17d4f9d16eac3bc42afba9e96c6ad4e4 (patch)
tree224c41af2f017f99dd004137498038f2beeef48b /arch/arm/mach-s3c64xx/mach-crag6410.c
parentfb7f60f3ff46cdcee15aed089edd6c298a1b80de (diff)
ARM: S3C64XX: Enable power management for WiFi on Cragganmore
Allow the SDHCI stack to runtime power manage the WiFi card on Cragganmore for better power optimisation. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c')
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
index 894a5092a0dd..7539a2999178 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
@@ -683,6 +683,7 @@ static void __init crag6410_map_io(void)
683static struct s3c_sdhci_platdata crag6410_hsmmc2_pdata = { 683static struct s3c_sdhci_platdata crag6410_hsmmc2_pdata = {
684 .max_width = 4, 684 .max_width = 4,
685 .cd_type = S3C_SDHCI_CD_PERMANENT, 685 .cd_type = S3C_SDHCI_CD_PERMANENT,
686 .host_caps = MMC_CAP_POWER_OFF_CARD,
686}; 687};
687 688
688static void crag6410_cfg_sdhci0(struct platform_device *dev, int width) 689static void crag6410_cfg_sdhci0(struct platform_device *dev, int width)