lkml.org 
[lkml]   [2020]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/3] regulator: max77826: Add MAX77826 support
Date
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

\
 
 \ /
  Last update: 2020-04-14 19:27    [W:0.038 / U:3.172 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site