From: David Brownell Date: Tue, 14 Aug 2007 05:47:13 +0000 (-0700) Subject: remove useless/wrong P20_24XX_TSC_IRQ mux X-Git-Tag: v2.6.23-omap1~223 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=bc3fd0c4d725c0e34c534e59b16413061bce1367;p=linux-2.6-omap-h63xx.git remove useless/wrong P20_24XX_TSC_IRQ mux Remove bogus TSC_IRQ pinmux; it's not used, there's no pin dedicated for touchscreen (or other TSC chip) purposes, and this doesn't even look right for P20 (0x10b not 0x108, plus an IRQ would need to be a GPIO i.e. mux 3 not mux 0). Signed-off-by: David Brownell Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c index 37e364d1c67..17ed177e05c 100644 --- a/arch/arm/mach-omap2/mux.c +++ b/arch/arm/mach-omap2/mux.c @@ -106,9 +106,6 @@ MUX_CFG_24XX("G4_242X_DMAREQ3", 0x073, 2, 0, 0, 1) MUX_CFG_24XX("D3_242X_DMAREQ4", 0x072, 2, 0, 0, 1) MUX_CFG_24XX("E3_242X_DMAREQ5", 0x071, 2, 0, 0, 1) -/* TSC IRQ */ -MUX_CFG_24XX("P20_24XX_TSC_IRQ", 0x108, 0, 0, 0, 1) - /* UART3 */ MUX_CFG_24XX("K15_24XX_UART3_TX", 0x118, 0, 0, 0, 1) MUX_CFG_24XX("K14_24XX_UART3_RX", 0x119, 0, 0, 0, 1) diff --git a/include/asm-arm/arch-omap/mux.h b/include/asm-arm/arch-omap/mux.h index fc682b50ea7..6e53212f4a2 100644 --- a/include/asm-arm/arch-omap/mux.h +++ b/include/asm-arm/arch-omap/mux.h @@ -498,8 +498,6 @@ enum omap24xx_index { D3_242X_DMAREQ4, E3_242X_DMAREQ5, - P20_24XX_TSC_IRQ, - /* UART3 */ K15_24XX_UART3_TX, K14_24XX_UART3_RX,