Skip to content

Commit 00c8265

Browse files
Nirmala Devi Mal Nadarlag-linaro
authored andcommitted
regulator: tps6594-regulator: Add TI TPS65224 PMIC regulators
Add support for TPS65224 regulators (bucks and LDOs) to TPS6594 driver as they have significant functional overlap. TPS65224 PMIC has 4 buck regulators and 3 LDOs. BUCK12 can operate in dual phase. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Nirmala Devi Mal Nadar <m.nirmaladevi@ltts.com> Signed-off-by: Bhargav Raviprakash <bhargav.r@ltts.com> Reviewed-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/0109018f2fdcc305-3b817569-21b6-42a7-942c-8edbff3848f2-000000@ap-south-1.amazonses.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 91020ae commit 00c8265

2 files changed

Lines changed: 268 additions & 70 deletions

File tree

drivers/regulator/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,13 +1563,15 @@ config REGULATOR_TPS6594
15631563
depends on MFD_TPS6594 && OF
15641564
default MFD_TPS6594
15651565
help
1566-
This driver supports TPS6594 voltage regulator chips.
1566+
This driver supports TPS6594 series and TPS65224 voltage regulator chips.
15671567
TPS6594 series of PMICs have 5 BUCKs and 4 LDOs
15681568
voltage regulators.
15691569
BUCKs 1,2,3,4 can be used in single phase or multiphase mode.
15701570
Part number defines which single or multiphase mode is i used.
15711571
It supports software based voltage control
15721572
for different voltage domains.
1573+
TPS65224 PMIC has 4 BUCKs and 3 LDOs. BUCK12 can be used in dual phase.
1574+
All BUCKs and LDOs volatge can be controlled through software.
15731575

15741576
config REGULATOR_TPS6524X
15751577
tristate "TI TPS6524X Power regulators"

0 commit comments

Comments
 (0)