diff options
author | Tony Lindgren <tony@atomide.com> | 2010-07-05 17:31:36 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 17:31:36 +0400 |
commit | 89ba1092296bc455bfd59db608ae1954861f5911 (patch) | |
tree | 591835b7b589125c04f238a8c8b0ba593165eece /arch/arm/mach-omap2/Makefile | |
parent | fc44046167f08f3887e9685efc95f817a5ff45a1 (diff) | |
download | linux-89ba1092296bc455bfd59db608ae1954861f5911.tar.xz |
omap: mux: Add data for 2430
Add data for 2430. Big thanks to Paul Walmsley <paul@pwsan.com>
for generating usable mux data out of TRMs.
Cc: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.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 911781c81063..490fdf8d1875 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -37,6 +37,7 @@ AFLAGS_sram34xx.o :=-Wa,-march=armv7-a # Pin multiplexing obj-$(CONFIG_ARCH_OMAP2420) += mux2420.o +obj-$(CONFIG_ARCH_OMAP2430) += mux2430.o obj-$(CONFIG_ARCH_OMAP3) += mux34xx.o # SMS/SDRC |