summaryrefslogtreecommitdiff
path: root/drivers/power/regulator/tps65219_regulator.c
Commit message (Collapse)AuthorAgeFilesLines
* power: regulator: Remove i2c header from gpio regulatorMichal Simek2022-08-101-1/+0
| | | | | | i2c is not used that's why header is not needed. Signed-off-by: Michal Simek <michal.simek@amd.com>
* regulator: add driver for the TPS65219 BUCK & LDO regulatorsNeil Armstrong2022-05-091-0/+380
The TPS65219 I2S PMIC features 3 Buck converters and 4 linear regulators, 2 GPOs, 1 GPIO, and 3 multi-function-pin. This adds the driver for the Buck converters & linear regulators. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>