summaryrefslogtreecommitdiff
path: root/include/linux/mfd/rohm-generic.h
diff options
context:
space:
mode:
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>2021-03-10 10:06:05 +0200
committerLee Jones <lee.jones@linaro.org>2021-03-10 10:58:17 +0000
commitb1b3ced389795d2671e88dd3e9e07a48dc9632fc (patch)
treeb7337808458e81abd6b8689e896c293223ee3245 /include/linux/mfd/rohm-generic.h
parentbd4cefe20e3ded06ee2a2629a73ecb40a08f4eaf (diff)
downloadlwn-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.h2
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
};