diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-04-02 06:19:28 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-02 18:16:16 -0400 |
commit | d1cf4f65e1eb17bc8768d822755780588e42cf37 (patch) | |
tree | 4efef8bcb72ae0ad4643843d6341701774f34f70 /drivers/regulator/Kconfig | |
parent | 7f52ba7791a35a8e13a3be992fc98da66e68b77d (diff) |
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/Kconfig | 4 |
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 | |||
268 | audio amplifiers. | 268 | audio amplifiers. |
269 | 269 | ||
270 | config REGULATOR_TPS62360 | 270 | config REGULATOR_TPS62360 |
271 | tristate "TI TPS62360 Power Regulator" | 271 | tristate "TI TPS6236x Power Regulator" |
272 | depends on I2C | 272 | depends on I2C |
273 | select REGMAP_I2C | 273 | select REGMAP_I2C |
274 | help | 274 | help |
275 | This driver supports TPS62360 voltage regulator chip. This | 275 | This driver supports TPS6236x voltage regulator chip. This |
276 | regulator is meant for processor core supply. This chip is | 276 | regulator is meant for processor core supply. This chip is |
277 | high-frequency synchronous step down dc-dc converter optimized | 277 | high-frequency synchronous step down dc-dc converter optimized |
278 | for battery-powered portable applications. | 278 | for battery-powered portable applications. |