On 18/06/2024 00:05, Chris Morgan wrote: > From: Chris Morgan <macromorgan@xxxxxxxxxxx> > > Add binding information for AXP717. Also, as the driver can read > simple-battery parameters for the AXP717 and other batteries, define > the simple-battery parameter. > > Signed-off-by: Chris Morgan <m Please use subject prefixes matching the subsystem. You can get them for example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory your patch is touching. For bindings, the preferred subjects are explained here: https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters acromorgan@xxxxxxxxxxx> > --- > .../power/supply/x-powers,axp20x-battery-power-supply.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > 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 e0b95ecbbebd..8d6b06117f6d 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 > @@ -23,11 +23,18 @@ properties: > - const: x-powers,axp202-battery-power-supply > - const: x-powers,axp209-battery-power-supply > - const: x-powers,axp221-battery-power-supply > + - const: x-powers,axp717-battery-power-supply > - items: > - const: x-powers,axp803-battery-power-supply > - const: x-powers,axp813-battery-power-supply > - const: x-powers,axp813-battery-power-supply > > + monitored-battery: > + description: | Do not need '|' unless you need to preserve formatting. > + Specifies the phandle of an optional simple-battery connected to > + this gauge. > + $ref: /schemas/types.yaml#/definitions/phandle Best regards, Krzysztof