diff options
author | Axel Lin <axel.lin@ingics.com> | 2012-11-01 14:02:36 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-01 14:23:04 +0000 |
commit | 7bde76726fa296defc0eafc602284a7676817348 (patch) | |
tree | 63a5258d7e9d4b2dff0d5c5897481d5b1f71fc44 /drivers | |
parent | 0c57067430a2b729bc08c92b17eb4f29d9bbfaae (diff) | |
download | op-kernel-dev-7bde76726fa296defc0eafc602284a7676817348.zip op-kernel-dev-7bde76726fa296defc0eafc602284a7676817348.tar.gz |
regulator: tps51632: Fix trivial typo for TPS51632 Kconfig help text
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/regulator/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index aa9e8a1..2fd5808 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -341,7 +341,7 @@ config REGULATOR_TPS51632 select REGMAP_I2C help This driver supports TPS51632 voltage regulator chip. - The TPS52632 is 3-2-1 Phase D-Cap+ Step Down Driverless Controller + The TPS51632 is 3-2-1 Phase D-Cap+ Step Down Driverless Controller with Serial VID control and DVFS. The voltage output can be configure through I2C interface or PWM interface. |