]> git.dujemihanovic.xyz Git - u-boot.git/commit
power: regulator: tps6287x: Add driver for TPS6287x step down convertors
authorKeerthy <j-keerthy@ti.com>
Fri, 31 May 2024 05:50:41 +0000 (11:20 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 6 Sep 2024 03:06:17 +0000 (21:06 -0600)
commit07c12525bbee102969fe7d2fce21a09f12fa0ae7
treeb6ad4d18b9f44ab04ea71de940390f4d581f0251
parentcbaf53fdf12534be50075fdd84105c682955424f
power: regulator: tps6287x: Add driver for TPS6287x step down convertors

Add driver for TPS6287x step down convertors

Data sheet: https://www.ti.com/lit/ds/slvsgc5a/slvsgc5a.pdf

Signed-off-by: Keerthy <j-keerthy@ti.com>
drivers/power/regulator/Kconfig
drivers/power/regulator/Makefile
drivers/power/regulator/tps6287x_regulator.c [new file with mode: 0644]