summaryrefslogtreecommitdiff
path: root/include/linux/regulator
diff options
context:
space:
mode:
authorHsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>2021-05-26 09:52:06 +0300
committerLee Jones <lee.jones@linaro.org>2021-06-01 18:44:36 +0300
commit4cfc965475124c4eed2b7b5d8b6fc5048a21ecfd (patch)
tree0906d0812e87782b22ba78d233072e4893fb8091 /include/linux/regulator
parentd7a58decc7049e8ca9707b63fcc2556cde3d26c5 (diff)
downloadlinux-4cfc965475124c4eed2b7b5d8b6fc5048a21ecfd.tar.xz
regulator: mt6359: Add support for MT6359P regulator
The MT6359P is a eco version for MT6359 regulator. We add support based on MT6359 regulator driver. Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com> Acked-by: Mark Brown <broonie@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r--include/linux/regulator/mt6359-regulator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/mt6359-regulator.h b/include/linux/regulator/mt6359-regulator.h
index 14c4b715613e..6d6e5a58f482 100644
--- a/include/linux/regulator/mt6359-regulator.h
+++ b/include/linux/regulator/mt6359-regulator.h
@@ -17,6 +17,7 @@ enum {
MT6359_ID_VPROC2,
MT6359_ID_VPROC1,
MT6359_ID_VCORE_SSHUB,
+ MT6359_ID_VGPU11_SSHUB = MT6359_ID_VCORE_SSHUB,
MT6359_ID_VAUD18 = 10,
MT6359_ID_VSIM1,
MT6359_ID_VIBR,