Hi Tony, >-----Original Message----- >From: Tony Lindgren [mailto:tony@xxxxxxxxxxx] >Sent: Thursday, February 24, 2011 12:20 AM >To: sricharan >Cc: linux-omap@xxxxxxxxxxxxxxx; santosh.shilimkar@xxxxxx; paul@xxxxxxxxx >Subject: Re: [PATCH 5/5] omap2+: board-n8x0: Change the flags for the >serial pads. > >* sricharan <r.sricharan@xxxxxx> [110127 21:05]: >> The flag for remuxing uart3_rx_irxx pad is changed. >> >> Signed-off-by: sricharan <r.sricharan@xxxxxx> >> --- >> arch/arm/mach-omap2/board-n8x0.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach- >omap2/board-n8x0.c >> index 9b52e2d..bd51356 100644 >> --- a/arch/arm/mach-omap2/board-n8x0.c >> +++ b/arch/arm/mach-omap2/board-n8x0.c >> @@ -751,7 +751,7 @@ static struct omap_board_mux board_mux[] __initdata = >{ >> static struct omap_device_pad serial2_pads[] __initdata = { >> { >> .name = "uart3_rx_irrx.uart3_rx_irrx", >> - .flags = OMAP_DEVICE_PAD_REMUX | OMAP_DEVICE_PAD_WAKEUP, >> + .flags = OMAP_DEVICE_PAD_REMUX_IDLE | >OMAP_DEVICE_PAD_WAKEUP, >> .enable = OMAP_MUX_MODE0, >> .idle = OMAP_MUX_MODE3 /* Mux as GPIO for idle */ >> }, > >This should not be needed when rebased on my patch to replace patch 1/5. > Yes correct. This patch should not be needed now. >Regards, > >Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html