diff options
author | Angus Ainslie (Purism) <angus@akkea.ca> | 2018-07-31 20:49:08 +0300 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2018-09-16 12:29:04 +0300 |
commit | 2e1a2ddee9cef07f5b1fab5625dcc56078139a4e (patch) | |
tree | 40ca2cfbbcc40fc19ac2bddc19bb3c3fb980ed5e /Documentation/devicetree/bindings/power | |
parent | 0838d84fff7c57dc76590536c5ea5a3404370538 (diff) | |
download | linux-2e1a2ddee9cef07f5b1fab5625dcc56078139a4e.tar.xz |
power: supply: bq25890_charger: Add the BQ25896 part
The BQ25896 is almost identical to the BQ25890.
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'Documentation/devicetree/bindings/power')
-rw-r--r-- | Documentation/devicetree/bindings/power/supply/bq25890.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/supply/bq25890.txt b/Documentation/devicetree/bindings/power/supply/bq25890.txt index c9dd17d142ad..dc0568933359 100644 --- a/Documentation/devicetree/bindings/power/supply/bq25890.txt +++ b/Documentation/devicetree/bindings/power/supply/bq25890.txt @@ -1,5 +1,8 @@ Binding for TI bq25890 Li-Ion Charger +This driver will support the bq25896 and the bq25890. There are other ICs +in the same family but those have not been tested. + Required properties: - compatible: Should contain one of the following: * "ti,bq25890" |