diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-cm-t35.c')
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t35.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index 22c45290db63..84321f67e7f1 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c | |||
@@ -45,6 +45,7 @@ | |||
45 | 45 | ||
46 | #include <mach/hardware.h> | 46 | #include <mach/hardware.h> |
47 | 47 | ||
48 | #include "mux.h" | ||
48 | #include "sdram-micron-mt46h32m32lf-6.h" | 49 | #include "sdram-micron-mt46h32m32lf-6.h" |
49 | #include "mmc-twl4030.h" | 50 | #include "mmc-twl4030.h" |
50 | 51 | ||
@@ -482,8 +483,17 @@ static void __init cm_t35_map_io(void) | |||
482 | omap2_map_common_io(); | 483 | omap2_map_common_io(); |
483 | } | 484 | } |
484 | 485 | ||
486 | #ifdef CONFIG_OMAP_MUX | ||
487 | static struct omap_board_mux board_mux[] __initdata = { | ||
488 | { .reg_offset = OMAP_MUX_TERMINATOR }, | ||
489 | }; | ||
490 | #else | ||
491 | #define board_mux NULL | ||
492 | #endif | ||
493 | |||
485 | static void __init cm_t35_init(void) | 494 | static void __init cm_t35_init(void) |
486 | { | 495 | { |
496 | omap3_mux_init(board_mux, OMAP_PACKAGE_CUS); | ||
487 | omap_serial_init(); | 497 | omap_serial_init(); |
488 | cm_t35_init_i2c(); | 498 | cm_t35_init_i2c(); |
489 | cm_t35_init_nand(); | 499 | cm_t35_init_nand(); |