Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae0e6544 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: Fix module desciption for tps65910 regulator



Fix the module desciption and also update Kconfig to include supporting
tps65911 chip.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Acked-by: default avatarLaxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent e882eae8
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -344,10 +344,10 @@ config REGULATOR_TPS6524X
	  port controller.
	  port controller.


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


config REGULATOR_TPS62360
config REGULATOR_TPS62360
	tristate "TI TPS62360 Power Regulator"
	tristate "TI TPS62360 Power Regulator"
+1 −1
Original line number Original line Diff line number Diff line
@@ -1235,6 +1235,6 @@ static void __exit tps65910_cleanup(void)
module_exit(tps65910_cleanup);
module_exit(tps65910_cleanup);


MODULE_AUTHOR("Graeme Gregory <gg@slimlogic.co.uk>");
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_LICENSE("GPL v2");
MODULE_ALIAS("platform:tps65910-pmic");
MODULE_ALIAS("platform:tps65910-pmic");