summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/palmas.h
diff options
context:
space:
mode:
authorKeerthy2017-05-23 14:16:56 +0200
committerMark Brown2017-05-25 18:24:47 +0200
commitbe035303182a1260803a1871065d7b1e67c9ebe9 (patch)
tree666f25c496d73bc3e8d4a87893942013f0c97a60 /include/linux/mfd/palmas.h
parentLinux 4.12-rc1 (diff)
downloadkernel-qcow2-linux-be035303182a1260803a1871065d7b1e67c9ebe9.tar.gz
kernel-qcow2-linux-be035303182a1260803a1871065d7b1e67c9ebe9.tar.xz
kernel-qcow2-linux-be035303182a1260803a1871065d7b1e67c9ebe9.zip
regulator: tps65917: Add support for SMPS12
App support for SMPS12 dual phase regulator. Signed-off-by: Keerthy <j-keerthy@ti.com> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/mfd/palmas.h')
-rw-r--r--include/linux/mfd/palmas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/palmas.h b/include/linux/mfd/palmas.h
index 5c9a1d44c125..6dec43826303 100644
--- a/include/linux/mfd/palmas.h
+++ b/include/linux/mfd/palmas.h
@@ -250,6 +250,7 @@ enum tps65917_regulators {
TPS65917_REG_SMPS3,
TPS65917_REG_SMPS4,
TPS65917_REG_SMPS5,
+ TPS65917_REG_SMPS12,
/* LDO regulators */
TPS65917_REG_LDO1,
TPS65917_REG_LDO2,
@@ -317,6 +318,7 @@ enum tps65917_external_requestor_id {
TPS65917_EXTERNAL_REQSTR_ID_SMPS3,
TPS65917_EXTERNAL_REQSTR_ID_SMPS4,
TPS65917_EXTERNAL_REQSTR_ID_SMPS5,
+ TPS65917_EXTERNAL_REQSTR_ID_SMPS12,
TPS65917_EXTERNAL_REQSTR_ID_LDO1,
TPS65917_EXTERNAL_REQSTR_ID_LDO2,
TPS65917_EXTERNAL_REQSTR_ID_LDO3,