diff options
author | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:36 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:36 -0400 |
commit | 89ba1092296bc455bfd59db608ae1954861f5911 (patch) | |
tree | 591835b7b589125c04f238a8c8b0ba593165eece /arch/arm/mach-omap2/mux.h | |
parent | fc44046167f08f3887e9685efc95f817a5ff45a1 (diff) |
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/mux.h')
-rw-r--r-- | arch/arm/mach-omap2/mux.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/mux.h b/arch/arm/mach-omap2/mux.h index e14cd4dc9a4d..a8e040c2c7e9 100644 --- a/arch/arm/mach-omap2/mux.h +++ b/arch/arm/mach-omap2/mux.h | |||
@@ -8,6 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "mux2420.h" | 10 | #include "mux2420.h" |
11 | #include "mux2430.h" | ||
11 | #include "mux34xx.h" | 12 | #include "mux34xx.h" |
12 | 13 | ||
13 | #define OMAP_MUX_TERMINATOR 0xffff | 14 | #define OMAP_MUX_TERMINATOR 0xffff |
@@ -181,6 +182,13 @@ void omap_mux_write_array(struct omap_board_mux *board_mux); | |||
181 | int omap2420_mux_init(struct omap_board_mux *board_mux, int flags); | 182 | int omap2420_mux_init(struct omap_board_mux *board_mux, int flags); |
182 | 183 | ||
183 | /** | 184 | /** |
185 | * omap2430_mux_init() - initialize mux system with board specific set | ||
186 | * @board_mux: Board specific mux table | ||
187 | * @flags: OMAP package type used for the board | ||
188 | */ | ||
189 | int omap2430_mux_init(struct omap_board_mux *board_mux, int flags); | ||
190 | |||
191 | /** | ||
184 | * omap3_mux_init() - initialize mux system with board specific set | 192 | * omap3_mux_init() - initialize mux system with board specific set |
185 | * @board_mux: Board specific mux table | 193 | * @board_mux: Board specific mux table |
186 | * @flags: OMAP package type used for the board | 194 | * @flags: OMAP package type used for the board |