diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-07-06 09:19:11 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-07-09 08:07:17 -0400 |
commit | c3fa201e7855ab5056c7728c9d948eee55b840b5 (patch) | |
tree | 5cfa215467243287a55a35bef2f37fdffdc06c5f | |
parent | 16aced80f6739beb2a6ff7b6f96c83ba80d331e8 (diff) |
ARM: OMAP: board-4430sdp: MUX configuration for sys_nirq2
The sys_nirq2 is used for twl6040, make sure the pin is configured
correctly.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 8e17284a803f..ad8a7d94afcd 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -821,6 +821,9 @@ static void __init omap_4430sdp_display_init(void) | |||
821 | #ifdef CONFIG_OMAP_MUX | 821 | #ifdef CONFIG_OMAP_MUX |
822 | static struct omap_board_mux board_mux[] __initdata = { | 822 | static struct omap_board_mux board_mux[] __initdata = { |
823 | OMAP4_MUX(USBB2_ULPITLL_CLK, OMAP_MUX_MODE4 | OMAP_PIN_OUTPUT), | 823 | OMAP4_MUX(USBB2_ULPITLL_CLK, OMAP_MUX_MODE4 | OMAP_PIN_OUTPUT), |
824 | /* NIRQ2 for twl6040 */ | ||
825 | OMAP4_MUX(SYS_NIRQ2, OMAP_MUX_MODE0 | | ||
826 | OMAP_PIN_INPUT_PULLUP | OMAP_PIN_OFF_WAKEUPENABLE), | ||
824 | { .reg_offset = OMAP_MUX_TERMINATOR }, | 827 | { .reg_offset = OMAP_MUX_TERMINATOR }, |
825 | }; | 828 | }; |
826 | 829 | ||