Skip to content

Commit

Permalink
regulator: Fix module desciption for tps65910 regulator
Browse files Browse the repository at this point in the history
Fix the module desciption and also update Kconfig to include supporting
tps65911 chip.

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>
  • Loading branch information
Axel Lin authored and Mark Brown committed Mar 11, 2012
1 parent e882eae commit ae0e654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions drivers/regulator/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,10 @@ config REGULATOR_TPS6524X
port controller.

config REGULATOR_TPS65910
tristate "TI TPS65910 Power Regulator"
tristate "TI TPS65910/TPS65911 Power Regulators"
depends on MFD_TPS65910
help
This driver supports TPS65910 voltage regulator chips.
This driver supports TPS65910/TPS65911 voltage regulator chips.

config REGULATOR_TPS62360
tristate "TI TPS62360 Power Regulator"
Expand Down
2 changes: 1 addition & 1 deletion drivers/regulator/tps65910-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,6 @@ static void __exit tps65910_cleanup(void)
module_exit(tps65910_cleanup);

MODULE_AUTHOR("Graeme Gregory <gg@slimlogic.co.uk>");
MODULE_DESCRIPTION("TPS6507x voltage regulator driver");
MODULE_DESCRIPTION("TPS65910/TPS65911 voltage regulator driver");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:tps65910-pmic");

0 comments on commit ae0e654

Please sign in to comment.