]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
remove useless/wrong P20_24XX_TSC_IRQ mux
authorDavid Brownell <david-b@pacbell.net>
Tue, 14 Aug 2007 05:47:13 +0000 (22:47 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 15 Aug 2007 10:47:59 +0000 (03:47 -0700)
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 <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/mux.c
include/asm-arm/arch-omap/mux.h

index 37e364d1c67865bbb8a2ab6cf84794bbcaed27d0..17ed177e05cfe5b2816bee99f65272f877ae3a09 100644 (file)
@@ -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)
index fc682b50ea71e64813acbbe69e1933cbf88760a9..6e53212f4a2148bce1454c7486b8dc3e76a55b1e 100644 (file)
@@ -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,