TI's TPS62864/TPS6286/TPS62868/TPS62869 are high-frequency synchronous step-down converters controlled via I2C. There are differences in the electrical characteristics and packaging between the variants, but the register interfaces are identical. This series adds basic support for these chips. Vincent Whitchurch (2): regulator: Add bindings for TPS62864x regulator: Add support for TPS6286x .../bindings/regulator/ti,tps62864.yaml | 62 +++++++ drivers/regulator/Kconfig | 9 + drivers/regulator/Makefile | 1 + drivers/regulator/tps6286x-regulator.c | 159 ++++++++++++++++++ include/dt-bindings/regulator/ti,tps62864.h | 9 + 5 files changed, 240 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/ti,tps62864.yaml create mode 100644 drivers/regulator/tps6286x-regulator.c create mode 100644 include/dt-bindings/regulator/ti,tps62864.h -- 2.34.1