diff options
author | vikram pandita <vikram.pandita@ti.com> | 2009-11-22 13:11:30 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-11-22 13:24:33 -0500 |
commit | 479f12c9e2743084ace94d8c65b98ec536cae3cf (patch) | |
tree | 637702557b2792e59e1a5a0b8bd009ac837fd526 /arch/arm/mach-omap2/Makefile | |
parent | 562138a4487191b5bcc0bea591368db7b3d3900a (diff) |
omap3: zoom: split board file for software reuse
Split zoom2 board file into a base board file and a board-zoom-peripherals.c
file. That way the same peripherals file can be reused for zoom3 and sdp3630
in addition to zoom2.
Also remove unused struct omap_board_config_kernel entry.
NOTE: Keep the twl4030_madc_platform_data and twl4030_platform_data
entries in board-zoom2.c to avoid merge conflicts with the pending
patches in MFD tree. These entries will be removed later as a fix.
Following list shows the commonality across the three platforms and hence the
case for software reuse:
Peripheral zoom2 zoom3 sdp3630
---------------------------------------
Ethernet smsc smsc smc
NOR n/a n/a B
Onenand n/a n/a B
HDMI A A B (present 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)
Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index b77fe2463692..8ac121edfa4a 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -75,6 +75,7 @@ obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \ | |||
75 | board-rx51-peripherals.o \ | 75 | board-rx51-peripherals.o \ |
76 | mmc-twl4030.o | 76 | mmc-twl4030.o |
77 | obj-$(CONFIG_MACH_OMAP_ZOOM2) += board-zoom2.o \ | 77 | obj-$(CONFIG_MACH_OMAP_ZOOM2) += board-zoom2.o \ |
78 | board-zoom-peripherals.o \ | ||
78 | mmc-twl4030.o \ | 79 | mmc-twl4030.o \ |
79 | board-zoom-debugboard.o | 80 | board-zoom-debugboard.o |
80 | 81 | ||