Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92e41efd authored by Tushar Behera's avatar Tushar Behera Committed by Kukjin Kim
Browse files

ARM: EXYNOS4: Fix sdhci card detection for ORIGEN



Fix incorrect value of cd_type field in platform data
for sdhci device.

Signed-off-by: default avatarTushar Behera <tushar.behera@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 9edff0f7
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -78,9 +78,7 @@ static struct s3c2410_uartcfg origen_uartcfgs[] __initdata = {
};

static struct s3c_sdhci_platdata origen_hsmmc2_pdata __initdata = {
	.cd_type		= S3C_SDHCI_CD_GPIO,
	.ext_cd_gpio		= EXYNOS4_GPK2(2),
	.ext_cd_gpio_invert	= 1,
	.cd_type		= S3C_SDHCI_CD_INTERNAL,
	.clk_type		= S3C_SDHCI_CLK_DIV_EXTERNAL,
};