From c327a4af664d67ee0c8abd0c1d4f5a9fe93c10de Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 21 Nov 2008 11:56:56 +0000 Subject: temp-override-pullup-always-on-gpg6-mmc-cd.patch Signed-off-by: Andy Green --- arch/arm/mach-s3c6410/setup-sdhci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/mach-s3c6410/setup-sdhci.c b/arch/arm/mach-s3c6410/setup-sdhci.c index 0b5788bd598..8f2b69d0952 100644 --- a/arch/arm/mach-s3c6410/setup-sdhci.c +++ b/arch/arm/mach-s3c6410/setup-sdhci.c @@ -48,7 +48,8 @@ void s3c6410_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE); } - s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_UP); + /* FIXME this needs defining in machine as to if we even have CD */ + s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_DOWN); s3c_gpio_cfgpin(S3C64XX_GPG(6), S3C_GPIO_SFN(2)); } -- cgit v1.2.3