diff options
author | Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com> | 2021-05-26 14:52:06 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-06-01 16:44:36 +0100 |
commit | 4cfc965475124c4eed2b7b5d8b6fc5048a21ecfd (patch) | |
tree | 0906d0812e87782b22ba78d233072e4893fb8091 /include/linux/regulator/mt6359-regulator.h | |
parent | d7a58decc7049e8ca9707b63fcc2556cde3d26c5 (diff) | |
download | lwn-4cfc965475124c4eed2b7b5d8b6fc5048a21ecfd.tar.gz lwn-4cfc965475124c4eed2b7b5d8b6fc5048a21ecfd.zip |
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/mt6359-regulator.h')
-rw-r--r-- | include/linux/regulator/mt6359-regulator.h | 1 |
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, |