aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshihiro Shimoda <[email protected]>2021-01-12 18:00:58 +0900
committerLee Jones <[email protected]>2021-01-14 13:05:54 +0000
commitb0f87e8ac263e3b82ec314542cb7fb07a47fc8b7 (patch)
tree5684aced9ad69d2f13cb17edeeb84106988400fd
parente413c27e2ec8276ac0f25e7d1203f29adcfd8758 (diff)
mfd: rohm-generic: Add BD9571 and BD9574
Add chip IDs for BD9571MWV and BD9574MWF. Signed-off-by: Yoshihiro Shimoda <[email protected]> Reviewed-by: Matti Vaittinen <[email protected]> Acked-for-MFD-by: Lee Jones <[email protected]> Signed-off-by: Lee Jones <[email protected]>
-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 4283b5b33e04..affacf8c6e91 100644
--- a/include/linux/mfd/rohm-generic.h
+++ b/include/linux/mfd/rohm-generic.h
@@ -12,6 +12,8 @@ enum rohm_chip_type {
ROHM_CHIP_TYPE_BD71847,
ROHM_CHIP_TYPE_BD70528,
ROHM_CHIP_TYPE_BD71828,
+ ROHM_CHIP_TYPE_BD9571,
+ ROHM_CHIP_TYPE_BD9574,
ROHM_CHIP_TYPE_AMOUNT
};