diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2022-06-23 14:56:26 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-23 17:48:20 +0300 |
commit | 8171c93bac1bf9e98269b2efb19ef4e6c4e55ed7 (patch) | |
tree | e54b82a62e50cd5b86477749c0c297e1c8081689 /drivers/regulator/Kconfig | |
parent | c0216c0e68f736d20ac02bbaaaf4a216c10e53af (diff) | |
download | linux-8171c93bac1bf9e98269b2efb19ef4e6c4e55ed7.tar.xz |
regulator: mt6370: Add mt6370 DisplayBias and VibLDO support
Add mt6370 DisplayBias and VibLDO support.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/20220623115631.22209-10-peterwu.pub@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index d777f713d522..03e8a4ef2ed6 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -804,6 +804,14 @@ config REGULATOR_MT6360 2-channel buck with Thermal Shutdown and Overload Protection 6-channel High PSRR and Low Dropout LDO. +config REGULATOR_MT6370 + tristate "MT6370 SubPMIC Regulator" + depends on MFD_MT6370 + help + Say Y here to enable MT6370 regulator support. + This driver supports the control for DisplayBias voltages and one + general purpose LDO which is commonly used to drive the vibrator. + config REGULATOR_MT6380 tristate "MediaTek MT6380 PMIC" depends on MTK_PMIC_WRAP |