diff options
author | Tony Lindgren <tony@atomide.com> | 2006-06-26 19:16:20 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2006-06-26 19:16:20 -0400 |
commit | 5ac4215349163baa66c9a26a94e220dcb6c44050 (patch) | |
tree | 8943a44a2fd82309f73a4372fca1dc528368ae3d /include | |
parent | c6e5980e565d6c2457e28ecd41ed31c28d33bc8a (diff) |
ARM: OMAP: Mux updates for external DMA and GPIO
Mux updates for external DMA and GPIO. GPIO updates
by Igor Stoppa.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-omap/mux.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap/mux.h b/include/asm-arm/arch-omap/mux.h index 0dc24d4ba59c..32050f200338 100644 --- a/include/asm-arm/arch-omap/mux.h +++ b/include/asm-arm/arch-omap/mux.h | |||
@@ -429,6 +429,26 @@ enum omap24xx_index { | |||
429 | M15_24XX_GPIO92, | 429 | M15_24XX_GPIO92, |
430 | V14_24XX_GPIO117, | 430 | V14_24XX_GPIO117, |
431 | 431 | ||
432 | /* 242x DBG GPIO */ | ||
433 | V4_242X_GPIO49, | ||
434 | W2_242X_GPIO50, | ||
435 | U4_242X_GPIO51, | ||
436 | V3_242X_GPIO52, | ||
437 | V2_242X_GPIO53, | ||
438 | V6_242X_GPIO53, | ||
439 | T4_242X_GPIO54, | ||
440 | Y4_242X_GPIO54, | ||
441 | T3_242X_GPIO55, | ||
442 | U2_242X_GPIO56, | ||
443 | |||
444 | /* 24xx external DMA requests */ | ||
445 | AA10_242X_DMAREQ0, | ||
446 | AA6_242X_DMAREQ1, | ||
447 | E4_242X_DMAREQ2, | ||
448 | G4_242X_DMAREQ3, | ||
449 | D3_242X_DMAREQ4, | ||
450 | E3_242X_DMAREQ5, | ||
451 | |||
432 | P20_24XX_TSC_IRQ, | 452 | P20_24XX_TSC_IRQ, |
433 | 453 | ||
434 | /* UART3 */ | 454 | /* UART3 */ |