ARM: S3C64XX: Correct card detect type for HSMMC1 for MINI6410
authorTomasz Figa <tomasz.figa@gmail.com>
Wed, 18 Dec 2013 17:45:47 +0000 (02:45 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 18 Dec 2013 17:45:47 +0000 (02:45 +0900)
commitbe4f668f444ae261d7a4c07713df0c946e7210f9
tree32b92fb708396d954ff703173b5f1a5a079dfd9e
parent236940d2c951a84735fdd7b958b5159eaf501784
ARM: S3C64XX: Correct card detect type for HSMMC1 for MINI6410

According to board schematics, for HSMMC1 a GPIO line is used to detect
card presence, while currently it is being configured for internal card
detect line, which is multiplexed with card detect line of HSMMC0 and
thus breaking it.

This patch adds proper sdhci platform data setting card detect type to
external GPIO and fixing operation of HSMMC0.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c64xx/mach-mini6410.c