[PATCH 0/2] Add support for BQ24296

From: Hermes Zhang
Date: Fri Oct 06 2023 - 22:07:30 EST


From: Hermes Zhang <chenhuiz@xxxxxxxx>

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(-)

--
2.30.2