Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

charger: add support for TI BQ25620 #87981

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

parthitce
Copy link
Member

Add support for Texas Instruments BQ25620 charger, which has the capability to handle upto 3.5A. As the device supports additional features which aren't part of current charger API, following API's introduced.

  • get and set multiple properties with charger_get_props and charger_set_props with array of union charger_propval
  • USB type identification based on battery charger specification. Heavily inherited from Linux Kernel values
  • Additional properties like charger & batter current and voltage. Although these belongs to fuel gauge, charger of this kind supports reading these values with built-in ADC.
  • Adds additional health property for dead battery
  • Information properties model name and manufacturer information

Signed-off-by: Parthiban Nallathambi parthiban@linumiz.com

Add manufacturer property, which can point to constant string.

Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
model name will be helpful when charger driver supports more
then one device type. For example, BQ25620 and BQ25622

Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
Based on the USB battery charger specification 1.2, add the USB
types. Primarily inherited the types and values from Linux
include/linux/power_supply.h:enum power_supply_usb_type

Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
chargers like BQ25620/BQ25622 supports a way to get the battery's
present voltage and current values. Add property to support it.

Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
Chargers like BQ25620/BQ25622 support a way to read chargers present
current and voltage value. Add properties to read them.

Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
based on battery current, battery voltage values internal ADC's
in chargers like BQ25620/BQ25622 tracks dead batteries. Add
support to new health status as dead.

Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
As like fuel guage, charger properties reading and writing can also
be possible to do multiple. Add a new interface API/syscall to read/
write multiple properties using array.

Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
add BQ25620 and BQ25622 support

Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
add support for TI's BQ25620. Although BQ25622 is same with additional
feature sets, which isn't currently tested with this changes.

Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
@rriveramcrus rriveramcrus added the area: USB Universal Serial Bus label Apr 1, 2025
@rriveramcrus rriveramcrus self-requested a review April 1, 2025 15:52
@rriveramcrus
Copy link
Collaborator

Added the USB label here to indicate that there may be some discussion here related to how to implement the BC1.2 functionality of this chip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Charger area: USB Universal Serial Bus platform: TI SimpleLink Texas Instruments SimpleLink MCU
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants