Commit ae0e6544347d6e114b6fa7eea66ebd062e4d8858

Authored by Axel Lin
Committed by Mark Brown
1 parent e882eae80f

regulator: Fix module desciption for tps65910 regulator

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>

Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff

drivers/regulator/Kconfig
... ... @@ -344,10 +344,10 @@
344 344 port controller.
345 345  
346 346 config REGULATOR_TPS65910
347   - tristate "TI TPS65910 Power Regulator"
  347 + tristate "TI TPS65910/TPS65911 Power Regulators"
348 348 depends on MFD_TPS65910
349 349 help
350   - This driver supports TPS65910 voltage regulator chips.
  350 + This driver supports TPS65910/TPS65911 voltage regulator chips.
351 351  
352 352 config REGULATOR_TPS62360
353 353 tristate "TI TPS62360 Power Regulator"
drivers/regulator/tps65910-regulator.c
... ... @@ -1235,7 +1235,7 @@
1235 1235 module_exit(tps65910_cleanup);
1236 1236  
1237 1237 MODULE_AUTHOR("Graeme Gregory <gg@slimlogic.co.uk>");
1238   -MODULE_DESCRIPTION("TPS6507x voltage regulator driver");
  1238 +MODULE_DESCRIPTION("TPS65910/TPS65911 voltage regulator driver");
1239 1239 MODULE_LICENSE("GPL v2");
1240 1240 MODULE_ALIAS("platform:tps65910-pmic");