diff options
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/as3722.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mfd/as3722.h b/include/linux/mfd/as3722.h index 51e6f9414575..b404a5af9bba 100644 --- a/include/linux/mfd/as3722.h +++ b/include/linux/mfd/as3722.h | |||
| @@ -296,6 +296,8 @@ | |||
| 296 | #define AS3722_ADC1_CONV_NOTREADY BIT(7) | 296 | #define AS3722_ADC1_CONV_NOTREADY BIT(7) |
| 297 | #define AS3722_ADC1_SOURCE_SELECT_MASK 0x1F | 297 | #define AS3722_ADC1_SOURCE_SELECT_MASK 0x1F |
| 298 | 298 | ||
| 299 | #define AS3722_CTRL_SEQU1_AC_OK_PWR_ON BIT(0) | ||
| 300 | |||
| 299 | /* GPIO modes */ | 301 | /* GPIO modes */ |
| 300 | #define AS3722_GPIO_MODE_MASK 0x07 | 302 | #define AS3722_GPIO_MODE_MASK 0x07 |
| 301 | #define AS3722_GPIO_MODE_INPUT 0x00 | 303 | #define AS3722_GPIO_MODE_INPUT 0x00 |
| @@ -391,6 +393,7 @@ struct as3722 { | |||
| 391 | unsigned long irq_flags; | 393 | unsigned long irq_flags; |
| 392 | bool en_intern_int_pullup; | 394 | bool en_intern_int_pullup; |
| 393 | bool en_intern_i2c_pullup; | 395 | bool en_intern_i2c_pullup; |
| 396 | bool en_ac_ok_pwr_on; | ||
| 394 | struct regmap_irq_chip_data *irq_data; | 397 | struct regmap_irq_chip_data *irq_data; |
| 395 | }; | 398 | }; |
| 396 | 399 | ||
