diff options
author | Henry Chen <henryc.chen@mediatek.com> | 2015-07-24 13:24:41 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-24 12:30:49 +0100 |
commit | 8766018b6ef73ca124d13b0d0a06dec906726cc8 (patch) | |
tree | 38d7d5d50a60c868fd6e8ba9577b812599b84edc /drivers/regulator/Makefile | |
parent | 678cdb2fbd7e44b8905a8f4e770c694eb77f0395 (diff) | |
download | lwn-8766018b6ef73ca124d13b0d0a06dec906726cc8.tar.gz lwn-8766018b6ef73ca124d13b0d0a06dec906726cc8.zip |
regulator: mt6311: Add support for mt6311 regulator
Add regulator support for mt6311.
It has 2 regulaotrs - Buck and LDO, provide the related buck/ldo voltage
data to the driver, and creates the regulator_desc table. Supported
operations for Buck are enabled/disabled and voltage change, only
enabled/disabled for LDO.
Signed-off-by: Henry Chen <henryc.chen@mediatek.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 91bf76267404..45e790f92715 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -60,6 +60,7 @@ obj-$(CONFIG_REGULATOR_MAX77843) += max77843.o obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o +obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o |