Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175651
b: refs/heads/master
c: ddaa912
h: refs/heads/master
i:
  175649: 3f846e6
  175647: 8b743c6
v: v3
  • Loading branch information
Tony Lindgren committed Dec 12, 2009
1 parent d85bc4b commit faa8b40
Show file tree
Hide file tree
Showing 6 changed files with 1,950 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15ac7afe515631ec36966b1cf632a87276536f57
refs/heads/master: ddaa912a2164d7ce7a03fcb384ed37e712bb4549
9 changes: 9 additions & 0 deletions trunk/arch/arm/mach-omap2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ config ARCH_OMAP3430
depends on ARCH_OMAP3 && ARCH_OMAP34XX
select ARCH_OMAP_OTG

config OMAP_PACKAGE_CBC
bool

config OMAP_PACKAGE_CBB
bool

config OMAP_PACKAGE_CUS
bool

comment "OMAP Board Type"
depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4

Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-omap2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ obj-$(CONFIG_ARCH_OMAP2420) += sram242x.o
obj-$(CONFIG_ARCH_OMAP2430) += sram243x.o
obj-$(CONFIG_ARCH_OMAP3) += sram34xx.o

# Pin multiplexing
obj-$(CONFIG_ARCH_OMAP3) += mux34xx.o

# SMS/SDRC
obj-$(CONFIG_ARCH_OMAP2) += sdrc2xxx.o
# obj-$(CONFIG_ARCH_OMAP3) += sdrc3xxx.o
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-omap2/mux.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* published by the Free Software Foundation.
*/

#include "mux34xx.h"

#define OMAP_MUX_TERMINATOR 0xffff

/* 34xx mux mode options for each pin. See TRM for options */
Expand Down
Loading

0 comments on commit faa8b40

Please sign in to comment.