diff options
author | Dmitry Artamonow <mad_soft@inbox.ru> | 2009-11-27 06:07:47 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-12-06 11:52:56 -0500 |
commit | 4c88a5c20f59c07afc4536c219a9c1f196cec36d (patch) | |
tree | 6974e7ec4d409180360d87db43c78669f3fd17ee /arch/arm/mach-sa1100/include/mach/h3600.h | |
parent | 51834901faee2850e55865589cefd7588202cbf7 (diff) |
ARM: 5818/1: SA1100: h3100/h3600: drop old GPIO definitions
As all existing code was converted to gpiolib, drop no more
used pre-gpiolib (bit-shifted) GPIO definintions.
Supply new gpiolib-friendly definitions for GPIOs which
don't have them yet.
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/include/mach/h3600.h')
-rw-r--r-- | arch/arm/mach-sa1100/include/mach/h3600.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/mach-sa1100/include/mach/h3600.h b/arch/arm/mach-sa1100/include/mach/h3600.h index f4911dbf6b37..e42042213aeb 100644 --- a/arch/arm/mach-sa1100/include/mach/h3600.h +++ b/arch/arm/mach-sa1100/include/mach/h3600.h | |||
@@ -33,28 +33,4 @@ | |||
33 | #define H3600_BANK_2_VIRT 0xf1000000 | 33 | #define H3600_BANK_2_VIRT 0xf1000000 |
34 | #define H3600_BANK_4_VIRT 0xf3800000 | 34 | #define H3600_BANK_4_VIRT 0xf3800000 |
35 | 35 | ||
36 | /* | ||
37 | Machine-independent GPIO definitions | ||
38 | --- these are common across all current iPAQ platforms | ||
39 | */ | ||
40 | |||
41 | #define GPIO_H3600_NPOWER_BUTTON GPIO_GPIO (0) /* Also known as the "off button" */ | ||
42 | |||
43 | #define GPIO_H3600_PCMCIA_CD1 GPIO_GPIO (10) | ||
44 | #define GPIO_H3600_PCMCIA_IRQ1 GPIO_GPIO (11) | ||
45 | |||
46 | /* UDA1341 L3 Interface */ | ||
47 | #define GPIO_H3600_L3_DATA GPIO_GPIO (14) | ||
48 | #define GPIO_H3600_L3_MODE GPIO_GPIO (15) | ||
49 | #define GPIO_H3600_L3_CLOCK GPIO_GPIO (16) | ||
50 | |||
51 | #define GPIO_H3600_PCMCIA_CD0 GPIO_GPIO (17) | ||
52 | #define GPIO_H3600_SYS_CLK GPIO_GPIO (19) | ||
53 | #define GPIO_H3600_PCMCIA_IRQ0 GPIO_GPIO (21) | ||
54 | |||
55 | #define GPIO_H3600_COM_DCD GPIO_GPIO (23) | ||
56 | #define GPIO_H3600_OPT_IRQ GPIO_GPIO (24) | ||
57 | #define GPIO_H3600_COM_CTS GPIO_GPIO (25) | ||
58 | #define GPIO_H3600_COM_RTS GPIO_GPIO (26) | ||
59 | |||
60 | #endif /* _INCLUDE_H3600_H_ */ | 36 | #endif /* _INCLUDE_H3600_H_ */ |