aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/pfuze100-regulator.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-06-05 19:17:40 -0300
committerMark Brown <broonie@kernel.org>2016-06-06 19:13:48 +0100
commit7eeeab8c02c546207be971283adfca1ebf18e387 (patch)
tree4dab00193ad3a866bf1585e025241893aa2be8fc /drivers/regulator/pfuze100-regulator.c
parentregulator: Kconfig: Mention that PFUZE3000 is also supported (diff)
downloadlinux-dev-7eeeab8c02c546207be971283adfca1ebf18e387.tar.xz
linux-dev-7eeeab8c02c546207be971283adfca1ebf18e387.zip
regulator: pfuze100-regulator: Adjust MODULE_DESCRIPTION()
Adjust the MODULE_DESCRIPTION() text to also include the PFUZE3000 as a supported device. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/pfuze100-regulator.c')
-rw-r--r--drivers/regulator/pfuze100-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c
index bcdf9206f3ee..cb18b5c4f2db 100644
--- a/drivers/regulator/pfuze100-regulator.c
+++ b/drivers/regulator/pfuze100-regulator.c
@@ -649,5 +649,5 @@ static struct i2c_driver pfuze_driver = {
module_i2c_driver(pfuze_driver);
MODULE_AUTHOR("Robin Gong <b38343@freescale.com>");
-MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100/PFUZE200 PMIC");
+MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100/200/3000 PMIC");
MODULE_LICENSE("GPL v2");