diff options
author | Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> | 2021-04-05 14:42:13 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-04-14 10:18:47 +0100 |
commit | 488b205e57181a56f3503cb97240d32798d3d3bd (patch) | |
tree | 62162448ce493451c1164e86abee4460d407408a /include/linux/mfd | |
parent | 4238dc1e649060a5655717b0bc8ae1cca64790ed (diff) | |
download | linux-488b205e57181a56f3503cb97240d32798d3d3bd.tar.gz linux-488b205e57181a56f3503cb97240d32798d3d3bd.tar.bz2 linux-488b205e57181a56f3503cb97240d32798d3d3bd.zip |
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')
-rw-r--r-- | include/linux/mfd/rohm-generic.h | 1 |
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, |