File tree Expand file tree Collapse file tree 4 files changed +443
-0
lines changed Expand file tree Collapse file tree 4 files changed +443
-0
lines changed Original file line number Diff line number Diff line change 1572
1572
S: Supported
1573
1573
W: https://ez.analog.com/linux-software-drivers
1574
1574
F: Documentation/devicetree/bindings/regulator/adi,adp5055-regulator.yaml
1575
+ F: drivers/regulator/adp5055-regulator.c
1575
1576
1576
1577
ANALOG DEVICES INC ADP5061 DRIVER
1577
1578
M: Michael Hennerich <
[email protected] >
Original file line number Diff line number Diff line change @@ -122,6 +122,17 @@ config REGULATOR_AD5398
122
122
This driver supports AD5398 and AD5821 current regulator chips.
123
123
If building into module, its name is ad5398.ko.
124
124
125
+ config REGULATOR_ADP5055
126
+ tristate "Analog Devices ADP5055 Triple Buck Regulator"
127
+ depends on I2C
128
+ select REGMAP_I2C
129
+ help
130
+ This driver controls an Analog Devices ADP5055 with triple buck
131
+ regulators using an I2C interface.
132
+
133
+ Say M here if you want to include support for the regulator as a
134
+ module.
135
+
125
136
config REGULATOR_ANATOP
126
137
tristate "Freescale i.MX on-chip ANATOP LDO regulators"
127
138
depends on ARCH_MXC || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ obj-$(CONFIG_REGULATOR_AB8500) += ab8500-ext.o ab8500.o
22
22
obj-$(CONFIG_REGULATOR_ACT8865) += act8865-regulator.o
23
23
obj-$(CONFIG_REGULATOR_ACT8945A) += act8945a-regulator.o
24
24
obj-$(CONFIG_REGULATOR_AD5398) += ad5398.o
25
+ obj-$(CONFIG_REGULATOR_ADP5055) += adp5055-regulator.o
25
26
obj-$(CONFIG_REGULATOR_ANATOP) += anatop-regulator.o
26
27
obj-$(CONFIG_REGULATOR_ARIZONA_LDO1) += arizona-ldo1.o
27
28
obj-$(CONFIG_REGULATOR_ARIZONA_MICSUPP) += arizona-micsupp.o
You can’t perform that action at this time.
0 commit comments