]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ARM: S3C64XX: Set wifi and iNAND as permanently connected SD devices on SmartQ boards
authorMaurus Cuelenaere <mcuelenaere@gmail.com>
Fri, 13 Aug 2010 19:17:54 +0000 (21:17 +0200)
committerBen Dooks <ben-linux@fluff.org>
Sat, 14 Aug 2010 15:13:23 +0000 (16:13 +0100)
This patch changes the platform data definitions of the wifi and iNAND chip on
the SmartQ 5 and 7 to indicate that they don't have a CD line available and are
thus hard-wired to the SDHCI data lines.

Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c64xx/mach-smartq.c

index 54309dad3e0ed1746bfd5eac68d90ea6f71a919a..20ddce689924c5417f395872eb6d10b279134151 100644 (file)
@@ -167,7 +167,7 @@ static struct s3c2410_ts_mach_info smartq_touchscreen_pdata __initdata = {
 
 static struct s3c_sdhci_platdata smartq_internal_hsmmc_pdata = {
        .max_width              = 4,
-       /*.broken_card_detection        = true,*/
+       .cd_type                = S3C_SDHCI_CD_PERMANENT,
 };
 
 static struct s3c_hwmon_pdata smartq_hwmon_pdata __initdata = {