diff options
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/max77693-private.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/mfd/max77693-private.h b/include/linux/mfd/max77693-private.h index fc17d56581b2..582e67f34054 100644 --- a/include/linux/mfd/max77693-private.h +++ b/include/linux/mfd/max77693-private.h | |||
| @@ -330,6 +330,13 @@ enum max77693_irq_source { | |||
| 330 | MAX77693_IRQ_GROUP_NR, | 330 | MAX77693_IRQ_GROUP_NR, |
| 331 | }; | 331 | }; |
| 332 | 332 | ||
| 333 | #define SRC_IRQ_CHARGER BIT(0) | ||
| 334 | #define SRC_IRQ_TOP BIT(1) | ||
| 335 | #define SRC_IRQ_FLASH BIT(2) | ||
| 336 | #define SRC_IRQ_MUIC BIT(3) | ||
| 337 | #define SRC_IRQ_ALL (SRC_IRQ_CHARGER | SRC_IRQ_TOP \ | ||
| 338 | | SRC_IRQ_FLASH | SRC_IRQ_MUIC) | ||
| 339 | |||
| 333 | #define LED_IRQ_FLED2_OPEN BIT(0) | 340 | #define LED_IRQ_FLED2_OPEN BIT(0) |
| 334 | #define LED_IRQ_FLED2_SHORT BIT(1) | 341 | #define LED_IRQ_FLED2_SHORT BIT(1) |
| 335 | #define LED_IRQ_FLED1_OPEN BIT(2) | 342 | #define LED_IRQ_FLED1_OPEN BIT(2) |
