diff options
author | Tony Lindgren <tony@atomide.com> | 2006-06-26 16:16:25 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2006-06-26 16:16:25 -0700 |
commit | 3cbc96050b02d8e5764bd0970067ef294737e324 (patch) | |
tree | 2ef09d214242a4dc1f2cc063b0859e362d03225d /include/asm-arm/arch-omap | |
parent | ce2deca27acc761ab90a0e79bd31d6816df38960 (diff) | |
download | blackbird-op-linux-3cbc96050b02d8e5764bd0970067ef294737e324.tar.gz blackbird-op-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/asm-arm/arch-omap')
-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, |