Message ID | 20210727170345.115004-1-nikita@trvn.ru |
---|---|
State | Accepted |
Commit | e759e1b95836ec59dbadd8b7e8a7762a3c96798a |
Headers | show |
Series | [1/2] dt-bindings: power: supply: max17042: Document max77849-battery | expand |
On Tue, 27 Jul 2021 22:03:44 +0500, Nikita Travkin wrote: > max77849 is a combined fuel-gauge, charger and MUIC device. Add it to > the bindings documentation. > > Signed-off-by: Nikita Travkin <nikita@trvn.ru> > --- > .../devicetree/bindings/power/supply/maxim,max17042.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
Hi, On Tue, Jul 27, 2021 at 10:03:44PM +0500, Nikita Travkin wrote: > max77849 is a combined fuel-gauge, charger and MUIC device. Add it to > the bindings documentation. > > Signed-off-by: Nikita Travkin <nikita@trvn.ru> > --- Thanks, queued. -- Sebastian > .../devicetree/bindings/power/supply/maxim,max17042.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml b/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml > index c70f05ea6d27..42ebf87d300b 100644 > --- a/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml > +++ b/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml > @@ -19,6 +19,7 @@ properties: > - maxim,max17047 > - maxim,max17050 > - maxim,max17055 > + - maxim,max77849-battery > > reg: > maxItems: 1 > -- > 2.30.2 >
diff --git a/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml b/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml index c70f05ea6d27..42ebf87d300b 100644 --- a/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml +++ b/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml @@ -19,6 +19,7 @@ properties: - maxim,max17047 - maxim,max17050 - maxim,max17055 + - maxim,max77849-battery reg: maxItems: 1
max77849 is a combined fuel-gauge, charger and MUIC device. Add it to the bindings documentation. Signed-off-by: Nikita Travkin <nikita@trvn.ru> --- .../devicetree/bindings/power/supply/maxim,max17042.yaml | 1 + 1 file changed, 1 insertion(+)