diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2010-09-21 20:03:09 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-09-28 02:14:26 +0400 |
commit | d04b620e6e6e72a95b7b88ccb7b002cb8f6b8113 (patch) | |
tree | 8bb81d66d0b31442cc4defcb302028d04b554403 /arch/arm/plat-omap/include/plat | |
parent | 91f6c90c8df1818a66d177e105d602c3da820919 (diff) | |
download | linux-d04b620e6e6e72a95b7b88ccb7b002cb8f6b8113.tar.xz |
omap3: Introduce CompuLab CM-T3517 module
Add basic suppot, enable uart and led.
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat')
-rw-r--r-- | arch/arm/plat-omap/include/plat/uncompress.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/uncompress.h b/arch/arm/plat-omap/include/plat/uncompress.h index 57dffa7e3ea6..ab60b3560b33 100644 --- a/arch/arm/plat-omap/include/plat/uncompress.h +++ b/arch/arm/plat-omap/include/plat/uncompress.h @@ -142,6 +142,7 @@ static inline void __arch_decomp_setup(unsigned long arch_id) /* omap3 based boards using UART3 */ DEBUG_LL_OMAP3(3, cm_t35); + DEBUG_LL_OMAP3(3, cm_t3517); DEBUG_LL_OMAP3(3, igep0020); DEBUG_LL_OMAP3(3, nokia_rx51); DEBUG_LL_OMAP3(3, omap3517evm); |