diff options
author | 2024-11-16 21:36:46 +0100 | |
---|---|---|
committer | 2024-12-19 00:32:39 +0100 | |
commit | da4ac0b3c22f48f6387617d13bb986f633d3c01a (patch) | |
tree | 04683ee03a8880ead15eda4f6654a84bc89c1767 | |
parent | power: supply: core: add UAPI to discover currently used extensions (diff) | |
download | wireguard-linux-da4ac0b3c22f48f6387617d13bb986f633d3c01a.tar.xz wireguard-linux-da4ac0b3c22f48f6387617d13bb986f633d3c01a.zip |
dt-bindings: power: supply: bq24190: Add BQ24297 compatible
The BQ24297 is identical to the BQ24296 except that it uses USB D+ / D-
data-lines for charger-type (max. input-current) detection instead of
a PSEL input pin.
This is the same difference as between the already supported BQ24190
(D+ / D-) and the BQ24192 (PSEL).
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20241116203648.169100-1-hdegoede@redhat.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/power/supply/bq24190.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/supply/bq24190.yaml b/Documentation/devicetree/bindings/power/supply/bq24190.yaml index 131b7e57d22f..07adf88997b4 100644 --- a/Documentation/devicetree/bindings/power/supply/bq24190.yaml +++ b/Documentation/devicetree/bindings/power/supply/bq24190.yaml @@ -21,6 +21,7 @@ properties: - ti,bq24192i - ti,bq24196 - ti,bq24296 + - ti,bq24297 reg: maxItems: 1 |