diff options
| -rw-r--r-- | include/linux/mfd/asic3.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/mfd/asic3.h b/include/linux/mfd/asic3.h index 6b427ec4b245..d2ecaafaefe1 100644 --- a/include/linux/mfd/asic3.h +++ b/include/linux/mfd/asic3.h | |||
| @@ -30,6 +30,13 @@ struct asic3_platform_data { | |||
| 30 | #define ASIC3_NUM_GPIOS 64 | 30 | #define ASIC3_NUM_GPIOS 64 |
| 31 | #define ASIC3_NR_IRQS ASIC3_NUM_GPIOS + 6 | 31 | #define ASIC3_NR_IRQS ASIC3_NUM_GPIOS + 6 |
| 32 | 32 | ||
| 33 | #define ASIC3_IRQ_LED0 64 | ||
| 34 | #define ASIC3_IRQ_LED1 65 | ||
| 35 | #define ASIC3_IRQ_LED2 66 | ||
| 36 | #define ASIC3_IRQ_SPI 67 | ||
| 37 | #define ASIC3_IRQ_SMBUS 68 | ||
| 38 | #define ASIC3_IRQ_OWM 69 | ||
| 39 | |||
| 33 | #define ASIC3_TO_GPIO(gpio) (NR_BUILTIN_GPIO + (gpio)) | 40 | #define ASIC3_TO_GPIO(gpio) (NR_BUILTIN_GPIO + (gpio)) |
| 34 | 41 | ||
| 35 | #define ASIC3_GPIO_BANK_A 0 | 42 | #define ASIC3_GPIO_BANK_A 0 |
