diff options
author | Vincent Whitchurch <vincent.whitchurch@axis.com> | 2022-02-04 18:52:41 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-02-08 16:38:10 +0300 |
commit | e2a01b4e8806087743e5ee42f9dcedfc741d4112 (patch) | |
tree | 670e7b5a4f7566d7f127b4f67bed4c80d79a7fc1 /drivers/regulator/Kconfig | |
parent | 2f04aa69ab5c5c40d2e3e51fd73ce2ecb651e9ba (diff) | |
download | linux-e2a01b4e8806087743e5ee42f9dcedfc741d4112.tar.xz |
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/Kconfig | 9 |
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 |