summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorAxel Lin2012-04-02 12:19:28 +0200
committerMark Brown2012-04-03 00:16:16 +0200
commitd1cf4f65e1eb17bc8768d822755780588e42cf37 (patch)
tree4efef8bcb72ae0ad4643843d6341701774f34f70 /drivers/regulator/Kconfig
parentregulator: Add missing n_voltages setting for max8925 (diff)
downloadkernel-qcow2-linux-d1cf4f65e1eb17bc8768d822755780588e42cf37.tar.gz
kernel-qcow2-linux-d1cf4f65e1eb17bc8768d822755780588e42cf37.tar.xz
kernel-qcow2-linux-d1cf4f65e1eb17bc8768d822755780588e42cf37.zip
regulator: Add support for tps62362 and tps62363 in tps62360-regulator driver
According to the datasheet[1], tps62360 is register compatible with tps62362. tps62361B is register compatible with tps62363. Thus this patch adds support for tps62362 and tps62363. [1] http://www.ti.com/litv/pdf/slvsau9b Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index ed37125b8877..8fb5f81c3569 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -268,11 +268,11 @@ config REGULATOR_TPS6105X
audio amplifiers.
config REGULATOR_TPS62360
- tristate "TI TPS62360 Power Regulator"
+ tristate "TI TPS6236x Power Regulator"
depends on I2C
select REGMAP_I2C
help
- This driver supports TPS62360 voltage regulator chip. This
+ This driver supports TPS6236x voltage regulator chip. This
regulator is meant for processor core supply. This chip is
high-frequency synchronous step down dc-dc converter optimized
for battery-powered portable applications.