diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-cm-t35.c')
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t35.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index 84321f67e7f1..10a595548724 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c | |||
@@ -503,7 +503,8 @@ static void __init cm_t35_init(void) | |||
503 | 503 | ||
504 | usb_musb_init(); | 504 | usb_musb_init(); |
505 | 505 | ||
506 | omap_cfg_reg(AF26_34XX_SYS_NIRQ); | 506 | omap_mux_init_signal("sys_nirq", |
507 | OMAP_WAKEUP_EN | OMAP_PIN_INPUT_PULLUP); | ||
507 | } | 508 | } |
508 | 509 | ||
509 | MACHINE_START(CM_T35, "Compulab CM-T35") | 510 | MACHINE_START(CM_T35, "Compulab CM-T35") |