mbox series

[v2,0/3] regulator: max77826: Add MAX77826 support

Message ID 20200414172250.2363235-1-iskren.chernev@gmail.com (mailing list archive)
Headers show
Series regulator: max77826: Add MAX77826 support | expand

Message

Iskren Chernev April 14, 2020, 5:22 p.m. UTC
The MAX77826 is a PMIC found on the Samsung Galaxy S5 (klte) and possibly other
devices. It is produced by Maxim Integrated and contains 15 LDOs a buck and
a buck boost regulator.

v1: https://lkml.org/lkml/2020/4/13/489

changes in v2:
- change compatible string from maxim,max77826-regulator to maxim,max77826
- reword DT bindings patch message

Iskren Chernev (3):
  regulator: max77826: Add max77826 regulator driver
  regulator: Document bindings for max77826
  ARM: dts: qcom: msm8974-klte: Add max77826 pmic node

 .../bindings/regulator/maxim,max77826.yaml    |  69 ++++
 .../boot/dts/qcom-msm8974-samsung-klte.dts    | 110 +++++++
 arch/arm/boot/dts/qcom-msm8974.dtsi           |  11 +
 drivers/regulator/Kconfig                     |  10 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max77826-regulator.c        | 301 ++++++++++++++++++
 6 files changed, 502 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77826.yaml
 create mode 100644 drivers/regulator/max77826-regulator.c

--
2.26.0