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 CP9314 regulator driver #68177

Merged
merged 3 commits into from
Feb 27, 2024
Merged

Commits on Feb 20, 2024

  1. dts: regulator: Adds bindings for CP9314 Buck

    Adds devicetree bindings for the Cirrus CP9314 Switched
    Capacitor 3:1/2:1 DC/DC converter.
    
    Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com>
    rriveramcrus committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c792733 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. drivers: regulator: cp9314: adds initial support

    Adds support for the CP9314 switched capacitor converter. The
    CP9314 is a multi-level DC/DC converter capable of operating in
    2:1 and 3:1 modes.
    
    Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com>
    rriveramcrus committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    72e3769 View commit details
    Browse the repository at this point in the history
  2. build_all: regulator: Adds CP9314 entry

    Adds the CP9314 device to the regulator build_all test suite.
    
    Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com>
    rriveramcrus committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    14e7375 View commit details
    Browse the repository at this point in the history