Introduce binding and driver for the Maxim MAX20411, and wire these up on the Qualcomm SA8295P ADP. Bjorn Andersson (3): regulator: dt-bindings: Describe Maxim MAX20411 regulator: Introduce Maxim MAX20411 Step-Down converter arm64: dts: qcom: sa8295p-adp: Add max20411 on i2c12 .../bindings/regulator/maxim,max20411.yaml | 58 +++++++ arch/arm64/boot/dts/qcom/sa8295p-adp.dts | 41 +++++ drivers/regulator/Kconfig | 8 + drivers/regulator/Makefile | 1 + drivers/regulator/max20411-regulator.c | 163 ++++++++++++++++++ 5 files changed, 271 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max20411.yaml create mode 100644 drivers/regulator/max20411-regulator.c -- 2.25.1