[0/2] Add support for BQ24296

Message ID 20231007020701.1912553-1-Hermes.Zhang@axis.com
Headers
Series Add support for BQ24296 |

Message

Hermes Zhang Oct. 7, 2023, 2:06 a.m. UTC
  From: Hermes Zhang <chenhuiz@axis.com>

In this patch series we add support for TI BQ24296 charger chip in
bq24190_charger.c. These chips are almost same in the main function
with small differences:

 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

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        | 269 ++++++++++++++----
 2 files changed, 218 insertions(+), 52 deletions(-)