[PATCH 0/5] Support for CompuLab CM-T3517 modules
Igor Grinberg
grinberg at compulab.co.il
Tue Sep 21 12:03:08 EDT 2010
CompuLab CM-T3517 module is based on AM3517 (Sitara) SoC.
CM-T3517 supports on-board 256/128MB DDR2 DRAM, 512/128MB NAND flash,
WIFI-BlueTooth combo chip, USB HUB, AC97 Codec,
TouchScreen controller, RTC.
This patch series add a basic support for CM-T3517
and some of its peripheral devices.
Based on:
commit 44ed8ecfeb1f639c59897de3f551f50e3f0fd52e
Merge: 96542e6 0cbe681
Author: Tony Lindgren <tony at atomide.com>
Date: Mon Sep 20 15:14:25 2010 -0700
Linux-omap rebuilt: Merged in the smp-on-up patches for testing
Igor Grinberg (5):
omap3: Introduce CompuLab CM-T3517 module.
omap3: cm-t3517: add support for v3020 rtc.
omap3: cm-t3517: add support for usb host.
omap3: cm-t3517: add support for NAND flash
omap3: cm-t3517: add support for TI HECC
arch/arm/mach-omap2/Kconfig | 7 +
arch/arm/mach-omap2/Makefile | 1 +
arch/arm/mach-omap2/board-cm-t3517.c | 294 ++++++++++++++++++++++++++
arch/arm/plat-omap/include/plat/uncompress.h | 1 +
4 files changed, 303 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/mach-omap2/board-cm-t3517.c
More information about the linux-arm-kernel
mailing list