aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/fan53555.c
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2014-09-14 21:23:01 +0200
committerMark Brown <broonie@kernel.org>2014-09-15 14:49:35 -0700
commit3415d60113f64176114f1bddc09f76c222d85fae (patch)
treeaac42414cd12d9bc430c117421d8341faee90175 /drivers/regulator/fan53555.c
parentLinux 3.17-rc1 (diff)
downloadlinux-dev-3415d60113f64176114f1bddc09f76c222d85fae.tar.xz
linux-dev-3415d60113f64176114f1bddc09f76c222d85fae.zip
regulator: fan53555: enable vin supply
The regulator can be supplied by a parent regulator through its vin pin, so add the supply_name for it. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/fan53555.c')
-rw-r--r--drivers/regulator/fan53555.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/fan53555.c b/drivers/regulator/fan53555.c
index 714fd9a89aa1..c912ba7bed33 100644
--- a/drivers/regulator/fan53555.c
+++ b/drivers/regulator/fan53555.c
@@ -207,6 +207,7 @@ static int fan53555_regulator_register(struct fan53555_device_info *di,
struct regulator_desc *rdesc = &di->desc;
rdesc->name = "fan53555-reg";
+ rdesc->supply_name = "vin";
rdesc->ops = &fan53555_regulator_ops;
rdesc->type = REGULATOR_VOLTAGE;
rdesc->n_voltages = FAN53555_NVOLTAGES;