Skip to content

Commit 714165e

Browse files
jeffchang-richtekbroonie
authored andcommitted
regulator: rt5133: Add RT5133 PMIC regulator Support
RT5133 is a highly-integrated chip. It includes 8 LDOs and 3 GPOs that can be used to drive output high/low purpose. The dependency of the GPO block is internally LDO1 Voltage. Signed-off-by: Jeff Chang <jeff_chang@richtek.com> Link: https://patch.msgid.link/20250813020910.2977555-2-jeff_chang@richtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent d0de689 commit 714165e

3 files changed

Lines changed: 655 additions & 0 deletions

File tree

drivers/regulator/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,18 @@ config REGULATOR_RT5120
12481248
600mV to 1395mV, per step 6.250mV. The others are all fixed voltage
12491249
by external hardware circuit.
12501250

1251+
config REGULATOR_RT5133
1252+
tristate "Richtek RT5133 PMIC Regulators"
1253+
depends on I2C && GPIOLIB && OF
1254+
select REGMAP
1255+
select CRC8
1256+
select OF_GPIO
1257+
help
1258+
This driver adds support for RT5133 PMIC regulators.
1259+
RT5133 is an integrated chip. It includes 8 LDOs and 3 GPOs that
1260+
can be used to drive output high/low purpose. The dependency of the
1261+
GPO block is internally LDO1 Voltage.
1262+
12511263
config REGULATOR_RT5190A
12521264
tristate "Richtek RT5190A PMIC"
12531265
depends on I2C

drivers/regulator/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ obj-$(CONFIG_REGULATOR_RT4803) += rt4803.o
147147
obj-$(CONFIG_REGULATOR_RT4831) += rt4831-regulator.o
148148
obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o
149149
obj-$(CONFIG_REGULATOR_RT5120) += rt5120-regulator.o
150+
obj-$(CONFIG_REGULATOR_RT5133) += rt5133-regulator.o
150151
obj-$(CONFIG_REGULATOR_RT5190A) += rt5190a-regulator.o
151152
obj-$(CONFIG_REGULATOR_RT5739) += rt5739.o
152153
obj-$(CONFIG_REGULATOR_RT5759) += rt5759-regulator.o

0 commit comments

Comments
 (0)