Commit 00c82652 authored by Nirmala Devi Mal Nadar's avatar Nirmala Devi Mal Nadar Committed by Lee Jones

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: default avatarNirmala Devi Mal Nadar <m.nirmaladevi@ltts.com>
Signed-off-by: default avatarBhargav Raviprakash <bhargav.r@ltts.com>
Reviewed-by: default avatarMark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/0109018f2fdcc305-3b817569-21b6-42a7-942c-8edbff3848f2-000000@ap-south-1.amazonses.comSigned-off-by: default avatarLee Jones <lee@kernel.org>
parent 91020aec
...@@ -1563,13 +1563,15 @@ config REGULATOR_TPS6594 ...@@ -1563,13 +1563,15 @@ config REGULATOR_TPS6594
depends on MFD_TPS6594 && OF depends on MFD_TPS6594 && OF
default MFD_TPS6594 default MFD_TPS6594
help help
This driver supports TPS6594 voltage regulator chips. This driver supports TPS6594 series and TPS65224 voltage regulator chips.
TPS6594 series of PMICs have 5 BUCKs and 4 LDOs TPS6594 series of PMICs have 5 BUCKs and 4 LDOs
voltage regulators. voltage regulators.
BUCKs 1,2,3,4 can be used in single phase or multiphase mode. BUCKs 1,2,3,4 can be used in single phase or multiphase mode.
Part number defines which single or multiphase mode is i used. Part number defines which single or multiphase mode is i used.
It supports software based voltage control It supports software based voltage control
for different voltage domains. for different voltage domains.
TPS65224 PMIC has 4 BUCKs and 3 LDOs. BUCK12 can be used in dual phase.
All BUCKs and LDOs volatge can be controlled through software.
config REGULATOR_TPS6524X config REGULATOR_TPS6524X
tristate "TI TPS6524X Power regulators" tristate "TI TPS6524X Power regulators"
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment