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>
This commit is contained in:
Tony Lindgren
2010-07-05 16:31:36 +03:00
parent ac1c94fb85
commit fc44046167
5 changed files with 985 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
* published by the Free Software Foundation.
*/
#include "mux2420.h"
#include "mux34xx.h"
#define OMAP_MUX_TERMINATOR 0xffff
@@ -172,6 +173,13 @@ void omap_mux_write(u16 val, u16 mux_offset);
*/
void omap_mux_write_array(struct omap_board_mux *board_mux);
/**
* omap2420_mux_init() - initialize mux system with board specific set
* @board_mux: Board specific mux table
* @flags: OMAP package type used for the board
*/
int omap2420_mux_init(struct omap_board_mux *board_mux, int flags);
/**
* omap3_mux_init() - initialize mux system with board specific set
* @board_mux: Board specific mux table