diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-01-24 15:27:07 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-01-24 15:27:07 +0100 |
commit | b37acc053dd43475e67e2733a352c4f77e4f65c2 (patch) | |
tree | 6457cb6903033df1ccc7d025637b134cb6b14d5e /arch/arm/mach-tegra/Makefile | |
parent | d49a5dea0456773992edf0fa3b2d4e46e0f1ef6c (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/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index 9a476876374a..9e6918a3f986 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile @@ -183,6 +183,12 @@ obj-${CONFIG_MACH_CARDHU} += board-cardhu-sensors.o obj-${CONFIG_MACH_CARDHU} += board-cardhu-memory.o obj-${CONFIG_MACH_CARDHU} += board-cardhu-powermon.o +obj-${CONFIG_MACH_APALIS_T30} += board-apalis_t30.o +obj-${CONFIG_MACH_APALIS_T30} += board-apalis_t30-panel.o +obj-${CONFIG_MACH_APALIS_T30} += board-apalis_t30-pinmux.o +obj-${CONFIG_MACH_APALIS_T30} += board-apalis_t30-power.o +obj-${CONFIG_MACH_APALIS_T30} += board-apalis_t30-memory.o + obj-${CONFIG_MACH_COLIBRI_T30} += board-colibri_t30.o obj-${CONFIG_MACH_COLIBRI_T30} += board-colibri_t30-panel.o obj-${CONFIG_MACH_COLIBRI_T30} += board-colibri_t30-pinmux.o |