Message ID | 20220607155324.118102-8-aidanmacdonald.0x0@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | None | expand |
On Tue, 07 Jun 2022 16:53:14 +0100, Aidan MacDonald wrote: > The AXP192's battery charger is similar to the others supported by > the axp20x_battery driver. > > Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com> > --- > .../power/supply/x-powers,axp20x-battery-power-supply.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/power/supply/x-powers,axp20x-battery-power-supply.yaml b/Documentation/devicetree/bindings/power/supply/x-powers,axp20x-battery-power-supply.yaml index d055428ae39f..b7347683a07e 100644 --- a/Documentation/devicetree/bindings/power/supply/x-powers,axp20x-battery-power-supply.yaml +++ b/Documentation/devicetree/bindings/power/supply/x-powers,axp20x-battery-power-supply.yaml @@ -20,6 +20,7 @@ allOf: properties: compatible: oneOf: + - const: x-powers,axp192-battery-power-supply - const: x-powers,axp202-battery-power-supply - const: x-powers,axp209-battery-power-supply - const: x-powers,axp221-battery-power-supply
The AXP192's battery charger is similar to the others supported by the axp20x_battery driver. Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com> --- .../power/supply/x-powers,axp20x-battery-power-supply.yaml | 1 + 1 file changed, 1 insertion(+)