diff options
author | Ian Molton <spyro@f2s.com> | 2008-08-24 22:21:26 +0400 |
---|---|---|
committer | Ian Molton <spyro@f2s.com> | 2008-11-30 02:26:36 +0300 |
commit | 36033422639913dad1f3146d452116522c77f753 (patch) | |
tree | f0865621035f9deedcab470e8267b7d19a3bf4ed /arch/arm/mach-pxa/include/mach/eseries-gpio.h | |
parent | 5e1dbdb458ada37f7e97265cb2ea87c55fd5d034 (diff) | |
download | linux-36033422639913dad1f3146d452116522c77f753.tar.xz |
[ARM] IrDA support for e7xx
This patchset provides a fully functional SIR IrDA driver for the Toshiba
e7xx PDAs.
Signed-off-by: Ian Molton <spyro@f2s.com>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/eseries-gpio.h')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/eseries-gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/include/mach/eseries-gpio.h b/arch/arm/mach-pxa/include/mach/eseries-gpio.h index 4c90b1310270..794bc338b4df 100644 --- a/arch/arm/mach-pxa/include/mach/eseries-gpio.h +++ b/arch/arm/mach-pxa/include/mach/eseries-gpio.h @@ -43,7 +43,7 @@ #define GPIO_E800_PCMCIA_PWR1 73 /* e7xx IrDA power control */ -#define GPIO_E7XX_IR_ON 38 +#define GPIO_E7XX_IR_OFF 38 /* ASIC related GPIOs */ #define GPIO_ESERIES_TMIO_IRQ 5 |