diff options
| author | Fabien Parent <[email protected]> | 2022-05-31 14:49:57 +0200 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2022-07-19 10:54:39 +0100 |
| commit | 738654be3cf7af4a0a131bd92142db045f0660dc (patch) | |
| tree | 0afb5608f0d8b61ee6a268512eeae20fe0ed903e /include/linux | |
| parent | de58cee8c6b803dda3304eace346919fe880a40a (diff) | |
mfd: mt6358-irq: Add MT6357 PMIC support
Add MT6357 PMIC IRQ support.
Signed-off-by: Fabien Parent <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/mt6397/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/mt6397/core.h b/include/linux/mfd/mt6397/core.h index 1cf78726503b..3fecaffe5019 100644 --- a/include/linux/mfd/mt6397/core.h +++ b/include/linux/mfd/mt6397/core.h @@ -12,6 +12,7 @@ enum chip_id { MT6323_CHIP_ID = 0x23, + MT6357_CHIP_ID = 0x57, MT6358_CHIP_ID = 0x58, MT6359_CHIP_ID = 0x59, MT6366_CHIP_ID = 0x66, |