diff options
Diffstat (limited to 'arch/arm/mach-omap1/gpio7xx.c')
-rw-r--r-- | arch/arm/mach-omap1/gpio7xx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/gpio7xx.c b/arch/arm/mach-omap1/gpio7xx.c index 12bcd9f2864a..d7f2ad3e6ac7 100644 --- a/arch/arm/mach-omap1/gpio7xx.c +++ b/arch/arm/mach-omap1/gpio7xx.c | |||
@@ -40,6 +40,7 @@ static struct __initdata resource omap7xx_mpu_gpio_resources[] = { | |||
40 | }; | 40 | }; |
41 | 41 | ||
42 | static struct omap_gpio_reg_offs omap7xx_mpuio_regs = { | 42 | static struct omap_gpio_reg_offs omap7xx_mpuio_regs = { |
43 | .revision = USHRT_MAX, | ||
43 | .direction = OMAP_MPUIO_IO_CNTL / 2, | 44 | .direction = OMAP_MPUIO_IO_CNTL / 2, |
44 | .datain = OMAP_MPUIO_INPUT_LATCH / 2, | 45 | .datain = OMAP_MPUIO_INPUT_LATCH / 2, |
45 | .dataout = OMAP_MPUIO_OUTPUT / 2, | 46 | .dataout = OMAP_MPUIO_OUTPUT / 2, |
@@ -80,6 +81,7 @@ static struct __initdata resource omap7xx_gpio1_resources[] = { | |||
80 | }; | 81 | }; |
81 | 82 | ||
82 | static struct omap_gpio_reg_offs omap7xx_gpio_regs = { | 83 | static struct omap_gpio_reg_offs omap7xx_gpio_regs = { |
84 | .revision = USHRT_MAX, | ||
83 | .direction = OMAP7XX_GPIO_DIR_CONTROL, | 85 | .direction = OMAP7XX_GPIO_DIR_CONTROL, |
84 | .datain = OMAP7XX_GPIO_DATA_INPUT, | 86 | .datain = OMAP7XX_GPIO_DATA_INPUT, |
85 | .dataout = OMAP7XX_GPIO_DATA_OUTPUT, | 87 | .dataout = OMAP7XX_GPIO_DATA_OUTPUT, |