diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-3430sdp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index e5d911881534..ded3e875ec80 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c | |||
@@ -626,7 +626,9 @@ static inline void board_smc91x_init(void) | |||
626 | 626 | ||
627 | static void enable_board_wakeup_source(void) | 627 | static void enable_board_wakeup_source(void) |
628 | { | 628 | { |
629 | omap_cfg_reg(AF26_34XX_SYS_NIRQ); /* T2 interrupt line (keypad) */ | 629 | /* T2 interrupt line (keypad) */ |
630 | omap_mux_init_signal("sys_nirq", | ||
631 | OMAP_WAKEUP_EN | OMAP_PIN_INPUT_PULLUP); | ||
630 | } | 632 | } |
631 | 633 | ||
632 | static struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { | 634 | static struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { |