power: regulator: tps6236x: add support for tps6236x regulators
authorTero Kristo <t-kristo@ti.com>
Thu, 24 Oct 2019 09:30:48 +0000 (15:00 +0530)
committerTom Rini <trini@konsulko.com>
Thu, 7 Nov 2019 23:39:16 +0000 (18:39 -0500)
commit22e8f18980d645f2489fa3f9cb034e416940df66
tree802ec89bd4d400d5938ae6a7a5a11ad03043663b
parente0aa873bc7cd38d802cfdbe186fbbbafb9f6691e
power: regulator: tps6236x: add support for tps6236x regulators

TPS6236x is a family of step down DC-DC converters optimized for battery
powered portable applications for a small solution size. Add a regulator
driver for supporting these devices.

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