Skip to content

Commit

Permalink
regulator: rtmv20: Adds support for Richtek RTMV20 load switch regulator
Browse files Browse the repository at this point in the history
Add support for Richtek RTMV20 load switch regulator.

Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
  • Loading branch information
ChiYuan Huang authored and intel-lab-lkp committed Sep 24, 2020
1 parent ba4f184 commit 98eb183
Show file tree
Hide file tree
Showing 3 changed files with 522 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/regulator/Kconfig
Expand Up @@ -902,6 +902,15 @@ config REGULATOR_RT5033
RT5033 PMIC. The device supports multiple regulators like
current source, LDO and Buck.

config REGULATOR_RTMV20
tristate "RTMV20 Laser Diode Regulator"
depends on I2C
select REGMAP_I2C
help
This driver adds support for the load switch current regulator on
the Richtek RTMV20. It can support the load current up to 6A and
integrate strobe/vsync/fsin signal to synchronize the IR camera.

config REGULATOR_S2MPA01
tristate "Samsung S2MPA01 voltage regulator"
depends on MFD_SEC_CORE
Expand Down
1 change: 1 addition & 0 deletions drivers/regulator/Makefile
Expand Up @@ -112,6 +112,7 @@ obj-$(CONFIG_REGULATOR_RK808) += rk808-regulator.o
obj-$(CONFIG_REGULATOR_RN5T618) += rn5t618-regulator.o
obj-$(CONFIG_REGULATOR_ROHM) += rohm-regulator.o
obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o
obj-$(CONFIG_REGULATOR_RTMV20) += rtmv20-regulator.o
obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o
obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o
obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
Expand Down

0 comments on commit 98eb183

Please sign in to comment.