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

add support for ltc4162-f/s and ltc4015 battery charger #2594

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

Commits on Oct 11, 2024

  1. dt-bindings: power/supply: Add ltc4162-f/s and ltc4015

    Add support for ltc4162-f/s and ltc4015
    
    - Add compatible entries for ltc4162-f/s and ltc4015
    - Include datasheets for new devices
    
    Signed-off-by: Kim Seer Paller <[email protected]>
    kseerp committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    21dc304 View commit details
    Browse the repository at this point in the history
  2. power/supply: Add support for ltc4162-f/s and ltc4015

    Add support for
    LTC4162-F 35V/3.2A Multi-Cell LiFePO4 Step-Down Battery Charger
    LTC4162-S 35V/3.2A Lead-Acid Step-Down Battery Charger
    LTC4015 35V/3.2A Multichemistry Buck Battery Charger Controller
    
    Add chip_info struct to hold the chip specific data.
    Modify functions for battery voltage/current, input voltage/current,
    charge voltage, die temp, and force telemetry to handle different
    battery chemistries.
    
    Signed-off-by: Kim Seer Paller <[email protected]>
    kseerp committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9f8e3a4 View commit details
    Browse the repository at this point in the history