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 | fc44046167f08f3887e9685efc95f817a5ff45a1 (patch) | |
tree | 1a5379e44db9d9abd090ed82846898bd4d2719d6 /arch/arm/mach-omap2/mux.h | |
parent | ac1c94fb85a07f6777a1becf9b793e30ebbaaa2b (diff) |
omap: mux: Add data for 2420
Add data for 2420. 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 937a8ca02e12..e14cd4dc9a4d 100644 --- a/arch/arm/mach-omap2/mux.h +++ b/arch/arm/mach-omap2/mux.h | |||
@@ -7,6 +7,7 @@ | |||
7 | * published by the Free Software Foundation. | 7 | * published by the Free Software Foundation. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include "mux2420.h" | ||
10 | #include "mux34xx.h" | 11 | #include "mux34xx.h" |
11 | 12 | ||
12 | #define OMAP_MUX_TERMINATOR 0xffff | 13 | #define OMAP_MUX_TERMINATOR 0xffff |
@@ -173,6 +174,13 @@ void omap_mux_write(u16 val, u16 mux_offset); | |||
173 | void omap_mux_write_array(struct omap_board_mux *board_mux); | 174 | void omap_mux_write_array(struct omap_board_mux *board_mux); |
174 | 175 | ||
175 | /** | 176 | /** |
177 | * omap2420_mux_init() - initialize mux system with board specific set | ||
178 | * @board_mux: Board specific mux table | ||
179 | * @flags: OMAP package type used for the board | ||
180 | */ | ||
181 | int omap2420_mux_init(struct omap_board_mux *board_mux, int flags); | ||
182 | |||
183 | /** | ||
176 | * omap3_mux_init() - initialize mux system with board specific set | 184 | * omap3_mux_init() - initialize mux system with board specific set |
177 | * @board_mux: Board specific mux table | 185 | * @board_mux: Board specific mux table |
178 | * @flags: OMAP package type used for the board | 186 | * @flags: OMAP package type used for the board |