diff options
-rw-r--r-- | arch/arm/mach-tegra/pm-t3.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/pm-t3.c b/arch/arm/mach-tegra/pm-t3.c index 939a9b8ad404..be9470fa62ac 100644 --- a/arch/arm/mach-tegra/pm-t3.c +++ b/arch/arm/mach-tegra/pm-t3.c @@ -480,7 +480,10 @@ struct tegra_io_dpd tegra_list_io_dpd[] = { /* sd dpd bits in dpd2 register */ IO_DPD_INFO("sdhci-tegra.0", 1, 1), /* SDMMC1 */ IO_DPD_INFO("sdhci-tegra.2", 1, 2), /* SDMMC3 */ +#ifndef CONFIG_MACH_COLIBRI_T30 +/* Hack: fix eMMC detection */ IO_DPD_INFO("sdhci-tegra.3", 1, 3), /* SDMMC4 */ +#endif }; /* we want to cleanup bootloader io dpd setting in kernel */ |