Add a regulator driver for the Monolithic Power Systems MP8899 PMIC,
which provides four synchronous buck converters controlled over I2C.
IPQ9650 uses MPS MP8899 to power the APC, CDSP-CX, CDSP-MX and SOC-CXMX
rails. MP8899 PMIC features quad buck converters with an I2C interface to
control the voltages.
This series adds a regulator driver for MPS MP8899.
---
Manikanta Mylavarapu (1):
regulator: mp8899: Add MPS MP8899 PMIC regulator driver
Vignesh Viswanathan (1):
dt-bindings: regulator: mps,mp8899: Add binding for MP8899 PMIC
.../devicetree/bindings/regulator/mps,mp8899.yaml | 66 ++
drivers/regulator/Kconfig | 11 +
drivers/regulator/Makefile | 1 +
drivers/regulator/mp8899.c | 994 +++++++++++++++++++++
drivers/regulator/mp8899.h | 151 ++++
5 files changed, 1223 insertions(+)
---
base-commit: 6a50ba100ace43f43c87384367eb2d2605fcc16c
change-id: 20260519-mp8899-regulator-driver-c5df7d93bd72
Best regards,
--
Vignesh Viswanathan <vignesh.viswanathan@oss.qualcomm.com>