aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorFabien Parent <fparent@baylibre.com>2022-05-31 14:49:57 +0200
committerLee Jones <lee@kernel.org>2022-07-19 10:54:39 +0100
commit738654be3cf7af4a0a131bd92142db045f0660dc (patch)
tree0afb5608f0d8b61ee6a268512eeae20fe0ed903e /include/linux/mfd
parentmfd: mt6397-core: Add MT6357 PMIC support (diff)
downloadlinux-dev-738654be3cf7af4a0a131bd92142db045f0660dc.tar.xz
linux-dev-738654be3cf7af4a0a131bd92142db045f0660dc.zip
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.h1
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,