aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da9052-regulator.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-07-12 10:23:25 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-07-12 13:21:24 -0400
commite76b9cc7b88b4807e129779ca36298c76486a06c (patch)
tree5d8d030598bdc0453f4e811378229e3a295fa93f /drivers/regulator/da9052-regulator.c
parentc06eed397a174d9762f1c8a72fc88259f3641af2 (diff)
regulator: da9052: initialize of_node param for regulator register
Initialize config.of_node for regulator before registering. This is needed for DT based regulator support. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/da9052-regulator.c')
-rw-r--r--drivers/regulator/da9052-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/da9052-regulator.c b/drivers/regulator/da9052-regulator.c
index 5f8f71acb6c0..903299cf15cf 100644
--- a/drivers/regulator/da9052-regulator.c
+++ b/drivers/regulator/da9052-regulator.c
@@ -410,6 +410,7 @@ static int __devinit da9052_regulator_probe(struct platform_device *pdev)
410 regulator->info->reg_desc.name)) { 410 regulator->info->reg_desc.name)) {
411 config.init_data = of_get_regulator_init_data( 411 config.init_data = of_get_regulator_init_data(
412 &pdev->dev, np); 412 &pdev->dev, np);
413 config.of_node = np;
413 break; 414 break;
414 } 415 }
415 } 416 }