diff options
author | Fabien Parent | 2022-05-31 14:49:57 +0200 |
---|---|---|
committer | Lee Jones | 2022-07-19 10:54:39 +0100 |
commit | 738654be3cf7af4a0a131bd92142db045f0660dc (patch) | |
tree | 0afb5608f0d8b61ee6a268512eeae20fe0ed903e /include/linux/mfd | |
parent | de58cee8c6b803dda3304eace346919fe880a40a (diff) |
mfd: mt6358-irq: Add MT6357 PMIC support
Add MT6357 PMIC IRQ support.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220531124959.202787-6-fparent@baylibre.com
Diffstat (limited to 'include/linux/mfd')
-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, |