diff options
author | Stefan Agner <stefan@agner.ch> | 2016-06-28 22:53:20 -0700 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-06-29 10:11:29 +0100 |
commit | ed6d362d8dbc3494cd98cd771737ea8b1407ed61 (patch) | |
tree | a46398ad4a312bc99d10f8c7ed58200d796381bf /include | |
parent | a99ab50dbbb1f982d076d19e0a9959fe2efa3126 (diff) |
regulator: rn5t618: Add RN5T567 PMIC support
Extend the driver to support Ricoh RN5T567. Support the additional
DCDC and slightly different voltage range of LDORTC1.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/rn5t618.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/rn5t618.h b/include/linux/mfd/rn5t618.h index 54179c2577ae..cadc6543909d 100644 --- a/include/linux/mfd/rn5t618.h +++ b/include/linux/mfd/rn5t618.h @@ -217,6 +217,7 @@ enum { RN5T618_DCDC1, RN5T618_DCDC2, RN5T618_DCDC3, + RN5T618_DCDC4, RN5T618_LDO1, RN5T618_LDO2, RN5T618_LDO3, |