aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/rn5t618.h
diff options
context:
space:
mode:
authorPierre-Hugues Husson <phh@phh.me>2017-08-27 15:58:31 +0200
committerMark Brown <broonie@kernel.org>2017-08-27 15:28:31 +0100
commit83b2a3c2ab24561cb6de45e6b155e3a7c4c1c91b (patch)
treec75016bc5194168a61c1936c0f3c77deafb30801 /include/linux/mfd/rn5t618.h
parentLinux v4.13-rc1 (diff)
downloadlinux-dev-83b2a3c2ab24561cb6de45e6b155e3a7c4c1c91b.tar.xz
linux-dev-83b2a3c2ab24561cb6de45e6b155e3a7c4c1c91b.zip
regulator: rn5t618: add RC5T619 PMIC support
Extend the driver to support Ricoh RC5T619. Support the additional regulators and slightly different voltage ranges. Signed-off-by: Pierre-Hugues Husson <phh@phh.me> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/mfd/rn5t618.h')
-rw-r--r--include/linux/mfd/rn5t618.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mfd/rn5t618.h b/include/linux/mfd/rn5t618.h
index e5a6cdeb77db..d61bc58aba8a 100644
--- a/include/linux/mfd/rn5t618.h
+++ b/include/linux/mfd/rn5t618.h
@@ -226,11 +226,17 @@ enum {
RN5T618_DCDC2,
RN5T618_DCDC3,
RN5T618_DCDC4,
+ RN5T618_DCDC5,
RN5T618_LDO1,
RN5T618_LDO2,
RN5T618_LDO3,
RN5T618_LDO4,
RN5T618_LDO5,
+ RN5T618_LDO6,
+ RN5T618_LDO7,
+ RN5T618_LDO8,
+ RN5T618_LDO9,
+ RN5T618_LDO10,
RN5T618_LDORTC1,
RN5T618_LDORTC2,
RN5T618_REG_NUM,