aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/setup-sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/setup-sdhci.c')
-rw-r--r--arch/arm/mach-exynos/setup-sdhci.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/setup-sdhci.c b/arch/arm/mach-exynos/setup-sdhci.c
index 960028c..5b83023 100644
--- a/arch/arm/mach-exynos/setup-sdhci.c
+++ b/arch/arm/mach-exynos/setup-sdhci.c
@@ -56,8 +56,9 @@ void exynos4_setup_sdhci_cfg_card(struct platform_device *dev, void __iomem *r,
S3C_SDHCI_CTRL2_DFCNT_NONE |
S3C_SDHCI_CTRL2_ENCLKOUTHOLD);
-#ifdef CONFIG_MACH_M0
- /* set 2ns delay for TX. This setting is just for wifi sdio i/f of
+#if defined(CONFIG_MACH_M0) || defined(CONFIG_MACH_C1_USA_ATT) || \
+ defined(CONFIG_MACH_T0) || defined(CONFIG_MACH_M3)
+ /* set 2ns delay for TX. This setting is just for wifi sdio i/f of
M0 and his brother projects. */
if (pdata->pm_flags == S3C_SDHCI_PM_IGNORE_SUSPEND_RESUME &&
(ios->clock >= 25 * 1000000)) {