summaryrefslogtreecommitdiff
path: root/include/linux/mfd/rohm-generic.h
diff options
context:
space:
mode:
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>2021-04-05 14:42:13 +0300
committerLee Jones <lee.jones@linaro.org>2021-04-14 12:18:47 +0300
commit488b205e57181a56f3503cb97240d32798d3d3bd (patch)
tree62162448ce493451c1164e86abee4460d407408a /include/linux/mfd/rohm-generic.h
parent4238dc1e649060a5655717b0bc8ae1cca64790ed (diff)
downloadlinux-488b205e57181a56f3503cb97240d32798d3d3bd.tar.xz
mfd: Add ROHM BD71815 ID
Add chip ID for ROHM BD71815 and PMIC so that drivers can identify this IC. Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/rohm-generic.h')
-rw-r--r--include/linux/mfd/rohm-generic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/rohm-generic.h b/include/linux/mfd/rohm-generic.h
index 66f673c35303..e107b4769101 100644
--- a/include/linux/mfd/rohm-generic.h
+++ b/include/linux/mfd/rohm-generic.h
@@ -11,6 +11,7 @@ enum rohm_chip_type {
ROHM_CHIP_TYPE_BD71837 = 0,
ROHM_CHIP_TYPE_BD71847,
ROHM_CHIP_TYPE_BD70528,
+ ROHM_CHIP_TYPE_BD71815,
ROHM_CHIP_TYPE_BD71828,
ROHM_CHIP_TYPE_BD9571,
ROHM_CHIP_TYPE_BD9574,