Skip to content

Commit 760423d

Browse files
ChiYuan Huangbroonie
authored andcommitted
regulator: rt5190a: Add support for Richtek RT5190A PMIC
Add support for Richtek RT5190A PMIC. Signed-off-by: ChiYuan Huang <cy_huang@richtek.com> Link: https://lore.kernel.org/r/1646812903-32496-3-git-send-email-u0084500@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent b77e70f commit 760423d

File tree

3 files changed

+524
-0
lines changed

3 files changed

+524
-0
lines changed

drivers/regulator/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,6 +1047,16 @@ config REGULATOR_RT5033
10471047
RT5033 PMIC. The device supports multiple regulators like
10481048
current source, LDO and Buck.
10491049

1050+
config REGULATOR_RT5190A
1051+
tristate "Richtek RT5190A PMIC"
1052+
depends on I2C
1053+
select REGMAP_I2C
1054+
help
1055+
This adds support for voltage regulator in Richtek RT5190A PMIC.
1056+
It integratas 1 channel buck controller, 3 channels high efficiency
1057+
buck converters, 1 LDO, mute AC OFF depop function, with the general
1058+
I2C control interface.
1059+
10501060
config REGULATOR_RT6160
10511061
tristate "Richtek RT6160 BuckBoost voltage regulator"
10521062
depends on I2C

drivers/regulator/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ obj-$(CONFIG_REGULATOR_ROHM) += rohm-regulator.o
126126
obj-$(CONFIG_REGULATOR_RT4801) += rt4801-regulator.o
127127
obj-$(CONFIG_REGULATOR_RT4831) += rt4831-regulator.o
128128
obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o
129+
obj-$(CONFIG_REGULATOR_RT5190A) += rt5190a-regulator.o
129130
obj-$(CONFIG_REGULATOR_RT6160) += rt6160-regulator.o
130131
obj-$(CONFIG_REGULATOR_RT6245) += rt6245-regulator.o
131132
obj-$(CONFIG_REGULATOR_RTMV20) += rtmv20-regulator.o

0 commit comments

Comments
 (0)