diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3evm.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3evm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index 45227f394758..3b473cf9cc5b 100644 --- a/arch/arm/mach-omap2/board-omap3evm.c +++ b/arch/arm/mach-omap2/board-omap3evm.c | |||
@@ -647,6 +647,10 @@ static struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { | |||
647 | 647 | ||
648 | #ifdef CONFIG_OMAP_MUX | 648 | #ifdef CONFIG_OMAP_MUX |
649 | static struct omap_board_mux board_mux[] __initdata = { | 649 | static struct omap_board_mux board_mux[] __initdata = { |
650 | OMAP3_MUX(SYS_NIRQ, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLUP | | ||
651 | OMAP_PIN_OFF_INPUT_PULLUP | | ||
652 | OMAP_PIN_OFF_WAKEUPENABLE), | ||
653 | |||
650 | { .reg_offset = OMAP_MUX_TERMINATOR }, | 654 | { .reg_offset = OMAP_MUX_TERMINATOR }, |
651 | }; | 655 | }; |
652 | #else | 656 | #else |