aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorGravatar Vincent Whitchurch <vincent.whitchurch@axis.com> 2022-02-04 16:52:41 +0100
committerGravatar Mark Brown <broonie@kernel.org> 2022-02-08 13:38:10 +0000
commite2a01b4e8806087743e5ee42f9dcedfc741d4112 (patch)
tree670e7b5a4f7566d7f127b4f67bed4c80d79a7fc1 /drivers/regulator/Kconfig
parentregulator: Add bindings for TPS62864x (diff)
downloadlinux-e2a01b4e8806087743e5ee42f9dcedfc741d4112.tar.gz
linux-e2a01b4e8806087743e5ee42f9dcedfc741d4112.tar.bz2
linux-e2a01b4e8806087743e5ee42f9dcedfc741d4112.zip
regulator: Add support for TPS6286x
TI's TPS62864/TPS6286/TPS62868/TPS62869 are high-frequency synchronous step-down converters controlled via I2C. There are differences in the electrical characteristics and packaging between the variants, but the register interfaces are identical. Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com> Link: https://lore.kernel.org/r/20220204155241.576342-3-vincent.whitchurch@axis.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 22503e4f5327..00559c214f57 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -1264,6 +1264,15 @@ config REGULATOR_TPS62360
high-frequency synchronous step down dc-dc converter optimized
for battery-powered portable applications.
+config REGULATOR_TPS6286X
+ tristate "TI TPS6286x Power Regulator"
+ depends on I2C && OF
+ select REGMAP_I2C
+ help
+ This driver supports TPS6236x voltage regulator chips. These are
+ high-frequency synchronous step-down converters with an I2C
+ interface.
+
config REGULATOR_TPS65023
tristate "TI TPS65023 Power regulators"
depends on I2C