diff options
author | Syed Mohammed Khasim <x0khasim@ti.com> | 2009-03-24 02:38:16 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-24 04:52:47 +0100 |
commit | 6fdc29e262f9a776a77f50ca9157f7c0dcfbbbc8 (patch) | |
tree | 2bbd69a81de38cacf375db78ed74b9a24527e2f9 /arch/arm/mach-omap2/Makefile | |
parent | ARM: OMAP3: Add ADS7846 touchscreen support to Overo platform, v3 (diff) | |
download | linux-6fdc29e262f9a776a77f50ca9157f7c0dcfbbbc8.tar.xz linux-6fdc29e262f9a776a77f50ca9157f7c0dcfbbbc8.zip |
ARM: OMAP3: Add support for 3430 SDP, v4
Add support for 3430 SDP.
Various updates have been merged into this patch from
the linux-omap list.
Patch updated to initialize regulators by David Brownell
<dbrownell@users.sourceforge.net>.
Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 29f6ca94c360..809416dc6440 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -38,6 +38,8 @@ obj-$(CONFIG_MACH_OVERO) += board-overo.o \ mmc-twl4030.o obj-$(CONFIG_MACH_OMAP3_PANDORA) += board-omap3pandora.o \ mmc-twl4030.o +obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \ + mmc-twl4030.o # Platform specific device init code ifeq ($(CONFIG_USB_MUSB_SOC),y) |