[v2,0/2] power: supply: bq24190: Add BQ24296 compatible

Message ID 20231030084302.593864-1-Hermes.Zhang@axis.com
Headers
Series power: supply: bq24190: Add BQ24296 compatible |

Message

Hermes Zhang Oct. 30, 2023, 8:43 a.m. UTC
  From: Hermes Zhang <chenhuiz@axis.com>

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

Notes:
    v2: restructured the code to support bq24296 and add Acked-by tag
        from Conor

Hermes Zhang (2):
  dt-bindings: power: supply: bq24190: Add BQ24296 compatible
  power: supply: bq24190_charger: Add support for BQ24296

 .../bindings/power/supply/bq24190.yaml        |   1 +
 drivers/power/supply/bq24190_charger.c        | 437 ++++++++++++++----
 2 files changed, 339 insertions(+), 99 deletions(-)