diff options
Diffstat (limited to 'include/linux/mfd/abx500/ab8500-gpio.h')
| -rw-r--r-- | include/linux/mfd/abx500/ab8500-gpio.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mfd/abx500/ab8500-gpio.h b/include/linux/mfd/abx500/ab8500-gpio.h index 488a8c920a29..2387c207ea86 100644 --- a/include/linux/mfd/abx500/ab8500-gpio.h +++ b/include/linux/mfd/abx500/ab8500-gpio.h | |||
| @@ -10,12 +10,14 @@ | |||
| 10 | 10 | ||
| 11 | /* | 11 | /* |
| 12 | * Platform data to register a block: only the initial gpio/irq number. | 12 | * Platform data to register a block: only the initial gpio/irq number. |
| 13 | * Array sizes are large enough to contain all AB8500 and AB9540 GPIO | ||
| 14 | * registers. | ||
| 13 | */ | 15 | */ |
| 14 | 16 | ||
| 15 | struct ab8500_gpio_platform_data { | 17 | struct ab8500_gpio_platform_data { |
| 16 | int gpio_base; | 18 | int gpio_base; |
| 17 | u32 irq_base; | 19 | u32 irq_base; |
| 18 | u8 config_reg[7]; | 20 | u8 config_reg[8]; |
| 19 | }; | 21 | }; |
| 20 | 22 | ||
| 21 | #endif /* _AB8500_GPIO_H */ | 23 | #endif /* _AB8500_GPIO_H */ |
