summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-08-16dt-bindings: power: supply: max17042: describe interruptKrzysztof Kozlowski1-0/+2
The Maxim 17042-family of fuel gauges are often embedded in other Maxim chips, e.g. in Maxim 77693 which is a companion power management IC. In such designs there might be actually two interrupts: - INTB signaling change from charger, flash or MUIC, - ALERT signaling change from fuel gauge. Describe the interrupt in bindings to make it clear it is about the fuel gauge ALERT interrupt, not the INT. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
2021-08-06dt-bindings: power: supply: max17042: Document max77849-batteryNikita Travkin1-0/+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> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
2021-03-23dt-bindings: power: supply: max17042: Convert to DT schema formatSebastian Reichel1-0/+78
Convert the binding to DT schema format. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Reviewed-by: Rob Herring <robh@kernel.org>