diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-18 07:32:37 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-04 09:32:23 -0500 |
commit | bbb58a1210c6fdc68b09f7b9e12096c2a1886aa1 (patch) | |
tree | 311514f4b7b7e757e135eeedb9cf7f5bab6efafc /arch/arm/mach-sa1100/include | |
parent | f793e3ab9f4cfbdba6269c8a6c522c5d665289b1 (diff) |
PCMCIA: sa11x0: cerf: convert reset handling to use GPIO subsystem
Rather than accessing GPSR and GPCR directly, use the GPIO subsystem
instead.
Acked-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/include')
-rw-r--r-- | arch/arm/mach-sa1100/include/mach/cerf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/include/mach/cerf.h b/arch/arm/mach-sa1100/include/mach/cerf.h index 0e49545a3723..88fd9c006ce0 100644 --- a/arch/arm/mach-sa1100/include/mach/cerf.h +++ b/arch/arm/mach-sa1100/include/mach/cerf.h | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | #define CERF_GPIO_CF_BVD2 19 | 17 | #define CERF_GPIO_CF_BVD2 19 |
18 | #define CERF_GPIO_CF_BVD1 20 | 18 | #define CERF_GPIO_CF_BVD1 20 |
19 | #define CERF_GPIO_CF_RESET GPIO_GPIO (21) | 19 | #define CERF_GPIO_CF_RESET 21 |
20 | #define CERF_GPIO_CF_IRQ 22 | 20 | #define CERF_GPIO_CF_IRQ 22 |
21 | #define CERF_GPIO_CF_CD 23 | 21 | #define CERF_GPIO_CF_CD 23 |
22 | 22 | ||