diff options
author | Tony Lindgren <tony@atomide.com> | 2006-06-27 01:16:25 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2006-06-27 01:16:25 +0200 |
commit | 3cbc96050b02d8e5764bd0970067ef294737e324 (patch) | |
tree | 2ef09d214242a4dc1f2cc063b0859e362d03225d /include | |
parent | ARM: OMAP: Fix SRAM to use MT_MEMORY instead of MT_DEVICE (diff) | |
download | linux-3cbc96050b02d8e5764bd0970067ef294737e324.tar.xz linux-3cbc96050b02d8e5764bd0970067ef294737e324.zip |
ARM: OMAP: Multiplexing for 24xx GPMC wait pin monitoring
Multiplexing for 24xx GPMC wait pin monitoring
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-omap/mux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap/mux.h b/include/asm-arm/arch-omap/mux.h index 32050f200338..679869c5e68f 100644 --- a/include/asm-arm/arch-omap/mux.h +++ b/include/asm-arm/arch-omap/mux.h @@ -410,6 +410,12 @@ enum omap24xx_index { /* 24xx clock */ W14_24XX_SYS_CLKOUT, + /* 24xx GPMC wait pin monitoring */ + L3_GPMC_WAIT0, + N7_GPMC_WAIT1, + M1_GPMC_WAIT2, + P1_GPMC_WAIT3, + /* 242X McBSP */ Y15_24XX_MCBSP2_CLKX, R14_24XX_MCBSP2_FSX, |