diff options
author | Dan Murphy <dmurphy@ti.com> | 2020-07-29 20:31:42 +0200 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2020-07-29 22:33:10 +0200 |
commit | 36d1b6997dd6a4f3be194dde6553c3dcc2f7f07a (patch) | |
tree | 9aa97fe7f24b5c51e287afb76d9e71cbdd7a6f6b /Documentation | |
parent | power: supply: test_power: Fix battery_current initial value (diff) | |
download | linux-36d1b6997dd6a4f3be194dde6553c3dcc2f7f07a.tar.xz linux-36d1b6997dd6a4f3be194dde6553c3dcc2f7f07a.zip |
dt-bindings: power: Add BQ27Z561 compatible
Add the Texas Instruments bq27z561 battery monitor to the bq27xxx
binding.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/power/supply/bq27xxx.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml b/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml index 03d1020a2e47..0aa33590ac24 100644 --- a/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml +++ b/Documentation/devicetree/bindings/power/supply/bq27xxx.yaml @@ -49,6 +49,7 @@ properties: - ti,bq27426 - ti,bq27441 - ti,bq27621 + - ti,bq27z561 reg: maxItems: 1 |