diff options
author | Mårten Lindahl <marten.lindahl@axis.com> | 2023-05-08 16:14:08 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-05-09 07:26:49 +0300 |
commit | 7b0518fbf2befd7c4afb81eb06c95c8fc93998be (patch) | |
tree | d98023149c9bb4d4674919aae261b23c27a15a59 /drivers/regulator/Kconfig | |
parent | 034008dd227877cca1588d66e2df505f5fae26c9 (diff) | |
download | linux-7b0518fbf2befd7c4afb81eb06c95c8fc93998be.tar.xz |
regulator: Add support for TI TPS6287x regulators
Add support for Texas Instruments TPS6287x, single-channel
synchronous step-down converters with four output voltage ranges.
Signed-off-by: Mårten Lindahl <marten.lindahl@axis.com
Link: https://lore.kernel.org/r/20230502-tps6287x-driver-v3-2-e25140a023f5@axis.com
Signed-off-by: Mark Brown <broonie@kernel.org
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index e5f3613c15fa..76918f8d3a16 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -1397,6 +1397,17 @@ config REGULATOR_TPS6286X high-frequency synchronous step-down converters with an I2C interface. +config REGULATOR_TPS6287X + tristate "TI TPS6287x Power Regulator" + depends on I2C && OF + select REGMAP_I2C + help + This driver supports TPS6287x voltage regulator chips. These are + pin-to-pin high-frequency synchronous step-down dc-dc converters + with an I2C interface. + + If built as a module it will be called tps6287x-regulator. + config REGULATOR_TPS65023 tristate "TI TPS65023 Power regulators" depends on I2C |