aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2010-09-21 12:03:09 -0400
committerTony Lindgren <tony@atomide.com>2010-09-27 18:14:26 -0400
commitd04b620e6e6e72a95b7b88ccb7b002cb8f6b8113 (patch)
tree8bb81d66d0b31442cc4defcb302028d04b554403 /arch/arm/plat-omap
parent91f6c90c8df1818a66d177e105d602c3da820919 (diff)
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')
-rw-r--r--arch/arm/plat-omap/include/plat/uncompress.h1
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)
142 142
143 /* omap3 based boards using UART3 */ 143 /* omap3 based boards using UART3 */
144 DEBUG_LL_OMAP3(3, cm_t35); 144 DEBUG_LL_OMAP3(3, cm_t35);
145 DEBUG_LL_OMAP3(3, cm_t3517);
145 DEBUG_LL_OMAP3(3, igep0020); 146 DEBUG_LL_OMAP3(3, igep0020);
146 DEBUG_LL_OMAP3(3, nokia_rx51); 147 DEBUG_LL_OMAP3(3, nokia_rx51);
147 DEBUG_LL_OMAP3(3, omap3517evm); 148 DEBUG_LL_OMAP3(3, omap3517evm);