omap: 3630sdp: introduce 3630 sdp board support
authorvikram pandita <vikram.pandita@ti.com>
Thu, 19 Nov 2009 02:41:08 +0000 (18:41 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 25 Nov 2009 22:21:01 +0000 (14:21 -0800)
commit34c9ac2376fbd04399be92312e4fa1e19a638eaa
tree57eaa0f169e6f7a08aee096fb4a5cae3dabf3f3c
parent9d9e5027252f7a610bad928bcba906fbb838e3ba
omap: 3630sdp: introduce 3630 sdp board support

Add 3630SDP board support

The board shares the same peripherals as a zoom2 main.
So reuse the peripheral file of zoom platform.

Peripheral    zoom2    zoom3  sdp3630
---------------------------------------
Ethernet smsc smsc smc
NOR n/a     n/a B
Onenand    n/a     n/a B
HDMI A A B (persent on different i2c)
NAND A A A (same nand)
SDRAM A A A (same sdram)
Keypad A A A (same twl)
Camera A A A (same sensor can be mounted)
LCD Display A A A (same wvga display)
OPPs A A A (same chip feature)
Audio A A A (same audio via twl5030)

OMAP3630 details can be found here:
http://focus.ti.com/general/docs/wtbu/wtbuproductcontent.tsp?templateId=6123&navigationId=12836&contentId=52606

Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/board-3630sdp.c [new file with mode: 0755]