Message ID | 334c2fdfb79e8082144b11b18c976bcf86202f4f.1616566395.git.matti.vaittinen@fi.rohmeurope.com |
---|---|
State | Superseded |
Headers | show |
Series | Support ROHM BD71815 PMIC | expand |
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,
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> Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org> --- Changes since v3: - ID added to middle of the list and not to the bottom Please note, this patch is likely to cause (trivial) conflict with the BD9576/BD9573 series. include/linux/mfd/rohm-generic.h | 1 + 1 file changed, 1 insertion(+)