diff options
Diffstat (limited to 'arch/arm/mach-ixp4xx/fsg-setup.c')
-rw-r--r-- | arch/arm/mach-ixp4xx/fsg-setup.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp4xx/fsg-setup.c b/arch/arm/mach-ixp4xx/fsg-setup.c index 5add22fc9899..e7f4befba422 100644 --- a/arch/arm/mach-ixp4xx/fsg-setup.c +++ b/arch/arm/mach-ixp4xx/fsg-setup.c | |||
@@ -24,12 +24,18 @@ | |||
24 | #include <linux/i2c.h> | 24 | #include <linux/i2c.h> |
25 | #include <linux/i2c-gpio.h> | 25 | #include <linux/i2c-gpio.h> |
26 | #include <linux/io.h> | 26 | #include <linux/io.h> |
27 | |||
28 | #include <asm/mach-types.h> | 27 | #include <asm/mach-types.h> |
29 | #include <asm/mach/arch.h> | 28 | #include <asm/mach/arch.h> |
30 | #include <asm/mach/flash.h> | 29 | #include <asm/mach/flash.h> |
31 | #include <asm/gpio.h> | 30 | #include <asm/gpio.h> |
32 | 31 | ||
32 | #define FSG_SDA_PIN 12 | ||
33 | #define FSG_SCL_PIN 13 | ||
34 | |||
35 | #define FSG_SB_GPIO 4 /* sync button */ | ||
36 | #define FSG_RB_GPIO 9 /* reset button */ | ||
37 | #define FSG_UB_GPIO 10 /* usb button */ | ||
38 | |||
33 | static struct flash_platform_data fsg_flash_data = { | 39 | static struct flash_platform_data fsg_flash_data = { |
34 | .map_name = "cfi_probe", | 40 | .map_name = "cfi_probe", |
35 | .width = 2, | 41 | .width = 2, |