Re: [PATCH v2 3/3] power: pmic: axp: Bind regulators from the DT

2023-01-22 Thread Andre Przywara
On Sat, 21 Jan 2023 17:13:06 -0600 Samuel Holland wrote: Hi, > Now that a regulator driver exists for this PMIC, hook it up to the > device tree "regulators" subnodes. > > Signed-off-by: Samuel Holland > --- > > (no changes since v1) > > drivers/power/pmic/axp.c | 18 ++ >

[PATCH v2 3/3] power: pmic: axp: Bind regulators from the DT

2023-01-21 Thread Samuel Holland
Now that a regulator driver exists for this PMIC, hook it up to the device tree "regulators" subnodes. Signed-off-by: Samuel Holland --- (no changes since v1) drivers/power/pmic/axp.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drivers/power/pmic/axp.c