Commit 2cee2121 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

regulator: pfuze100: Add PFUZE200 support to Kconfig and module description

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarRobin Gong <b38343@freescale.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent e6c4c337
...@@ -399,12 +399,12 @@ config REGULATOR_PCF50633 ...@@ -399,12 +399,12 @@ config REGULATOR_PCF50633
on PCF50633 on PCF50633
config REGULATOR_PFUZE100 config REGULATOR_PFUZE100
tristate "Freescale PFUZE100 regulator driver" tristate "Freescale PFUZE100/PFUZE200 regulator driver"
depends on I2C depends on I2C
select REGMAP_I2C select REGMAP_I2C
help help
Say y here to support the regulators found on the Freescale PFUZE100 Say y here to support the regulators found on the Freescale
PMIC. PFUZE100/PFUZE200 PMIC.
config REGULATOR_RC5T583 config REGULATOR_RC5T583
tristate "RICOH RC5T583 Power regulators" tristate "RICOH RC5T583 Power regulators"
......
...@@ -527,6 +527,6 @@ static struct i2c_driver pfuze_driver = { ...@@ -527,6 +527,6 @@ static struct i2c_driver pfuze_driver = {
module_i2c_driver(pfuze_driver); module_i2c_driver(pfuze_driver);
MODULE_AUTHOR("Robin Gong <b38343@freescale.com>"); 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_LICENSE("GPL v2");
MODULE_ALIAS("i2c:pfuze100-regulator"); MODULE_ALIAS("i2c:pfuze100-regulator");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment