From bf055a688993574a03df20a7ad867e1e6d54e2f3 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Fri, 21 Nov 2008 11:56:56 +0000 Subject: fix-s3c-sdhci1-gpio.patch Signed-off-by: Andy Green --- arch/arm/mach-s3c6410/setup-sdhci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/arm/mach-s3c6410/setup-sdhci.c b/arch/arm/mach-s3c6410/setup-sdhci.c index 8f2b69d0952..a254bcb9502 100644 --- a/arch/arm/mach-s3c6410/setup-sdhci.c +++ b/arch/arm/mach-s3c6410/setup-sdhci.c @@ -98,6 +98,6 @@ void s3c6410_setup_sdhci1_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); - s3c_gpio_cfgpin(S3C64XX_GPG(6), S3C_GPIO_SFN(3)); +// s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_UP); +// s3c_gpio_cfgpin(S3C64XX_GPG(6), S3C_GPIO_SFN(3)); } -- cgit v1.2.3