summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pm-t3.c
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-01-24 15:27:07 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-01-24 15:27:07 +0100
commitb37acc053dd43475e67e2733a352c4f77e4f65c2 (patch)
tree6457cb6903033df1ccc7d025637b134cb6b14d5e /arch/arm/mach-tegra/pm-t3.c
parentd49a5dea0456773992edf0fa3b2d4e46e0f1ef6c (diff)
tegra: apalis_t30: initial Toradex Apalis T30 L4T support
Tested on early prototype Apalis T30 V1.0a module. Known issues: - ADC not integrated yet. - HDA not integrated yet. - CEC not integrated yet. - IrDA not integrated yet. - Keys not integrated yet therefore no way to wake from suspend. - 8-bit MMC1 slot card detection interrupt not working despite detection GPIO successfully being tested with GPIOConfig. Note: even 8-bit cards work fine if already plugged-in during boot. - PCIe limited to internal Gigabit Ethernet chip for now due to our proprietary way of resetting other ports which requires further integration into NVIDIA's driver.
Diffstat (limited to 'arch/arm/mach-tegra/pm-t3.c')
-rw-r--r--arch/arm/mach-tegra/pm-t3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/pm-t3.c b/arch/arm/mach-tegra/pm-t3.c
index be9470fa62ac..8fb6a084bc86 100644
--- a/arch/arm/mach-tegra/pm-t3.c
+++ b/arch/arm/mach-tegra/pm-t3.c
@@ -480,7 +480,7 @@ 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
+#if !defined(CONFIG_MACH_APALIS_T30) && !defined(CONFIG_MACH_COLIBRI_T30)
/* Hack: fix eMMC detection */
IO_DPD_INFO("sdhci-tegra.3", 1, 3), /* SDMMC4 */
#endif