diff options
author | 2023-12-08 11:47:07 +0800 | |
---|---|---|
committer | 2023-12-25 00:58:14 +0100 | |
commit | 370cc1579a79a29a6dba4d9ea8d4d0147aa41861 (patch) | |
tree | f596e309373a04478a2a33dd7c2a55ec0b1536bd | |
parent | dt-bindings: power: reset: xilinx: Rename node names in examples (diff) | |
download | wireguard-linux-370cc1579a79a29a6dba4d9ea8d4d0147aa41861.tar.xz wireguard-linux-370cc1579a79a29a6dba4d9ea8d4d0147aa41861.zip |
dt-bindings: power: supply: bq24190: Add BQ24296 compatible
The BQ24296 is most similar to the BQ24196, but the:
1. OTG config is split from CHG config (REG01)
2. ICHG (Fast Charge Current limit) range is smaller (<=3008mA)
3. NTC fault is simplified to 2 bits
Signed-off-by: Hermes Zhang <chenhuiz@axis.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20231208034708.1248389-2-Hermes.Zhang@axis.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-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 d3ebc9de8c0b..131b7e57d22f 100644 --- a/Documentation/devicetree/bindings/power/supply/bq24190.yaml +++ b/Documentation/devicetree/bindings/power/supply/bq24190.yaml @@ -20,6 +20,7 @@ properties: - ti,bq24192 - ti,bq24192i - ti,bq24196 + - ti,bq24296 reg: maxItems: 1 |