The Analog Devices LT8722 is a high performance, high efficiency, 15V input, 4A monolithic full bridge DC/DC converter. This converter has 92.5% efficiency with high power output of 54W for fine control TEC driving applications. Ramon Cristopher M. Calam (2): regulator: lt8722: Add driver for LT8722 dt-bindings: regulator: Add adi,lt8722-regulator.yaml .../regulator/adi,lt8722-regulator.yaml | 178 +++++ drivers/regulator/Kconfig | 10 + drivers/regulator/Makefile | 1 + drivers/regulator/lt8722-regulator.c | 701 ++++++++++++++++++ 4 files changed, 890 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/adi,lt8722-regulator.yaml create mode 100644 drivers/regulator/lt8722-regulator.c base-commit: e18da71634d12a94a15138947538ef2f0ac22746 -- 2.47.0