aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2011-08-31 03:01:15 -0400
committerKukjin Kim <kgene.kim@samsung.com>2011-10-02 19:42:22 -0400
commit92e41efd73918d28ad48a937489e6f2a02140057 (patch)
tree7a857ca4604b67a5f1a9eac96b0d80920cd35566 /arch/arm
parent9edff0f79f5b98e6abfabfa27b31d155e3c994e1 (diff)
ARM: EXYNOS4: Fix sdhci card detection for ORIGEN
Fix incorrect value of cd_type field in platform data for sdhci device. Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-exynos4/mach-origen.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.c
index 937db75688d0..0e3b81634c24 100644
--- a/arch/arm/mach-exynos4/mach-origen.c
+++ b/arch/arm/mach-exynos4/mach-origen.c
@@ -78,9 +78,7 @@ static struct s3c2410_uartcfg origen_uartcfgs[] __initdata = {
78}; 78};
79 79
80static struct s3c_sdhci_platdata origen_hsmmc2_pdata __initdata = { 80static struct s3c_sdhci_platdata origen_hsmmc2_pdata __initdata = {
81 .cd_type = S3C_SDHCI_CD_GPIO, 81 .cd_type = S3C_SDHCI_CD_INTERNAL,
82 .ext_cd_gpio = EXYNOS4_GPK2(2),
83 .ext_cd_gpio_invert = 1,
84 .clk_type = S3C_SDHCI_CLK_DIV_EXTERNAL, 82 .clk_type = S3C_SDHCI_CLK_DIV_EXTERNAL,
85}; 83};
86 84