diff options
| author | Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> | 2021-03-10 10:06:05 +0200 |
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2021-03-10 10:58:17 +0000 |
| commit | b1b3ced389795d2671e88dd3e9e07a48dc9632fc (patch) | |
| tree | b7337808458e81abd6b8689e896c293223ee3245 /include/linux/mfd/rohm-generic.h | |
| parent | bd4cefe20e3ded06ee2a2629a73ecb40a08f4eaf (diff) | |
| download | lwn-b1b3ced389795d2671e88dd3e9e07a48dc9632fc.tar.gz lwn-b1b3ced389795d2671e88dd3e9e07a48dc9632fc.zip | |
mfd: Support ROHM BD9576MUF and BD9573MUF
Add core support for ROHM BD9576MUF and BD9573MUF PMICs which are
mainly used to power the R-Car series processors.
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/rohm-generic.h b/include/linux/mfd/rohm-generic.h index 66f673c35303..ac6787464004 100644 --- a/include/linux/mfd/rohm-generic.h +++ b/include/linux/mfd/rohm-generic.h @@ -14,6 +14,8 @@ enum rohm_chip_type { ROHM_CHIP_TYPE_BD71828, ROHM_CHIP_TYPE_BD9571, ROHM_CHIP_TYPE_BD9574, + ROHM_CHIP_TYPE_BD9576, + ROHM_CHIP_TYPE_BD9573, ROHM_CHIP_TYPE_AMOUNT }; |
