diff options
author | Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com> | 2021-02-07 14:14:16 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-02-08 11:48:48 +0000 |
commit | 7aa382cfe714f61b0c29f02c31d389c506b4e2ae (patch) | |
tree | 564d817dd099d059d03bcf8db63853032ba07098 /drivers/regulator/Kconfig | |
parent | 977fb5b58469c1367aa075e7e913c03cba7d466f (diff) | |
download | linux-7aa382cfe714f61b0c29f02c31d389c506b4e2ae.tar.gz linux-7aa382cfe714f61b0c29f02c31d389c506b4e2ae.tar.bz2 linux-7aa382cfe714f61b0c29f02c31d389c506b4e2ae.zip |
regulator: mt6315: Add support for MT6315 regulator
The MT6315 is a regulator found on boards based on MediaTek MT8192 and
probably other SoCs. It connects as a slave to SoC using SPMI.
Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
Link: https://lore.kernel.org/r/1612678457-11548-3-git-send-email-hsin-hsiung.wang@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 88316b8a65d2..77c43134bc9e 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -731,6 +731,16 @@ config REGULATOR_MT6311 This driver supports the control of different power rails of device through regulator interface. +config REGULATOR_MT6315 + tristate "MediaTek MT6315 PMIC" + depends on SPMI + select REGMAP_SPMI + help + Say y here to select this option to enable the power regulator of + MediaTek MT6315 PMIC. + This driver supports the control of different power rails of device + through regulator interface. + config REGULATOR_MT6323 tristate "MediaTek MT6323 PMIC" depends on MFD_MT6397 |