diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2020-08-15 11:14:20 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-08-18 17:18:35 +0100 |
commit | 5bbbfc7f7f0a44b7a85ab3872dd2ccce7019f7b1 (patch) | |
tree | 511392ea05520e64a200985ce0b3da716761a948 /drivers/regulator/Makefile | |
parent | b2ad0be5087470f4a5ba29129e611df00cd183a7 (diff) | |
download | lwn-5bbbfc7f7f0a44b7a85ab3872dd2ccce7019f7b1.tar.gz lwn-5bbbfc7f7f0a44b7a85ab3872dd2ccce7019f7b1.zip |
regulator: rt4801: Add support for RT4801 Display Bias regulator driver
Adds support for the RT4801 DSV. It has two regulators (DSVP/DSVN) with
an I2C interface. DSVP/DSVN can provide the display panel module for the
positive/negative voltage range from (+/-)4V to (+/-)6V.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/1597461262-25878-1-git-send-email-u0084500@gmail.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 d8d3ecf526a8..d091e52db25d 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -111,6 +111,7 @@ obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o obj-$(CONFIG_REGULATOR_RK808) += rk808-regulator.o obj-$(CONFIG_REGULATOR_RN5T618) += rn5t618-regulator.o obj-$(CONFIG_REGULATOR_ROHM) += rohm-regulator.o +obj-$(CONFIG_REGULATOR_RT4801) += rt4801-regulator.o obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o |