]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
regulator: pfuze100: Add PFUZE200 support to Kconfig and module description
authorAxel Lin <axel.lin@ingics.com>
Wed, 5 Mar 2014 10:02:43 +0000 (18:02 +0800)
committerMark Brown <broonie@linaro.org>
Thu, 6 Mar 2014 04:26:21 +0000 (12:26 +0800)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Robin Gong <b38343@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/Kconfig
drivers/regulator/pfuze100-regulator.c

index 6a7932822e373317caba9c5c799c9439f5444927..a048d626843bc4176c3a38b57c3ce0c340c9cdf6 100644 (file)
@@ -399,12 +399,12 @@ config REGULATOR_PCF50633
         on PCF50633
 
 config REGULATOR_PFUZE100
-       tristate "Freescale PFUZE100 regulator driver"
+       tristate "Freescale PFUZE100/PFUZE200 regulator driver"
        depends on I2C
        select REGMAP_I2C
        help
-         Say y here to support the regulators found on the Freescale PFUZE100
-         PMIC.
+         Say y here to support the regulators found on the Freescale
+         PFUZE100/PFUZE200 PMIC.
 
 config REGULATOR_RC5T583
        tristate "RICOH RC5T583 Power regulators"
index f81c5bffbbf93e499487a3561d079c0637fd66c2..bcdb5153f30afe7e9e0b899a0b134a10a07aca49 100644 (file)
@@ -527,6 +527,6 @@ 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 PMIC");
+MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100/PFUZE200 PMIC");
 MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("i2c:pfuze100-regulator");