[PATCH 0/3] regulator: mp886x: add MP8864 support

From: Jisheng Zhang

Date: Tue Sep 01 2026 - 00:52:13 EST


The MP8864 is a 4 A, 21 V synchronous step-down converter. Its
register layout and voltage transition handling are compatible with the
MP8867, but its selectable switching frequencies are 600 kHz, 850 kHz,
1.1 MHz and 1.6 MHz.

Add the compatible and chip-specific switching-frequency table.

patch1 fixes the vsel_mask
patch2 document the mp8864 dt-binding
patch3 add the mp8864 support to the driver

Jisheng Zhang (3):
regulator: mp886x: fix vsel_mask
regulator: dt-bindings: mp886x: support mp8864
regulator: mp886x: add MP8864 support

.../bindings/regulator/mps,mp886x.yaml | 16 +++++++++++--
drivers/regulator/Kconfig | 2 +-
drivers/regulator/mp886x.c | 23 +++++++++++++++++--
3 files changed, 36 insertions(+), 5 deletions(-)

--
2.51.0