diff options
author | Sangwook Lee <sangwook.lee@samsung.com> | 2011-12-07 22:49:29 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-01-11 23:58:43 -0500 |
commit | 92df954df3422a7dcf99eea34cf4cb68bb06ea08 (patch) | |
tree | 1497e67e187bcb82f52c634c575a827f55b64111 /arch/arm/plat-samsung/include/plat | |
parent | fa1773cc5b78faa1ef0ab1ab0f48bce7bc72cec5 (diff) |
ARM: SAMSUNG: Add pm_caps into platform data
Add pm_caps into platform_data. This is power management, usually
for SDIO device such as SDIO WLAN.
Signed-off-by: Sangwook Lee <sangwook.lee@samsung.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'arch/arm/plat-samsung/include/plat')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/sdhci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/sdhci.h b/arch/arm/plat-samsung/include/plat/sdhci.h index e7b3c752e91..6e999436dad 100644 --- a/arch/arm/plat-samsung/include/plat/sdhci.h +++ b/arch/arm/plat-samsung/include/plat/sdhci.h | |||
@@ -63,6 +63,7 @@ enum clk_types { | |||
63 | struct s3c_sdhci_platdata { | 63 | struct s3c_sdhci_platdata { |
64 | unsigned int max_width; | 64 | unsigned int max_width; |
65 | unsigned int host_caps; | 65 | unsigned int host_caps; |
66 | unsigned int pm_caps; | ||
66 | enum cd_types cd_type; | 67 | enum cd_types cd_type; |
67 | enum clk_types clk_type; | 68 | enum clk_types clk_type; |
68 | 69 | ||