Introduce a regulator driver support for ADP5055. The device combines 3 high performance buck regulators in a 43-termminal land grid array package. The device enables direct connection to high input voltages up to 18V with no preregulator. Channel 1 and 2 deliver a programmable output current of 3.5A or 7.5A or provide a single output with up to 14A in parallel operation. Channel 3 has a programmable output current of 1.5A or 3A. Signed-off-by: Alexis Czezar Torreno <alexisczezar.torreno@xxxxxxxxxx> --- Alexis Czezar Torreno (2): dt-bindings: regulator: add adi,adp5055-regulator regulator: adp5055: Add driver for adp5055 .../bindings/regulator/adi,adp5055-regulator.yaml | 214 +++++++++ MAINTAINERS | 7 + drivers/regulator/Kconfig | 11 + drivers/regulator/Makefile | 1 + drivers/regulator/adp5055-regulator.c | 490 +++++++++++++++++++++ 5 files changed, 723 insertions(+) --- base-commit: 7fef39f0e82ff02282797d9ae2589b39b16ab614 change-id: 20250225-upstream-adp5055-adbe6262f984 Best regards, -- Alexis Czezar Torreno <alexisczezar.torreno@xxxxxxxxxx>