diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-19 07:43:07 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-19 07:43:07 -0500 |
commit | 728088871c867f912f8a33ea049b7c4135c95637 (patch) | |
tree | 0395ac533e5f9c0c368044c3df60eaf1405c0649 /drivers/regulator | |
parent | cf1466fbf8274d35a04d63a3f057b67d91afd671 (diff) | |
parent | f33d0081ff3ffb7180a9794e60318458d7671b36 (diff) |
Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/palmas-regulator.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c index cbaf22627bd3..cde13bb5a8fb 100644 --- a/drivers/regulator/palmas-regulator.c +++ b/drivers/regulator/palmas-regulator.c | |||
@@ -568,11 +568,6 @@ static void palmas_dt_to_pdata(struct device *dev, | |||
568 | pdata->reg_init[idx]->mode_sleep = prop; | 568 | pdata->reg_init[idx]->mode_sleep = prop; |
569 | 569 | ||
570 | ret = of_property_read_u32(palmas_matches[idx].of_node, | 570 | ret = of_property_read_u32(palmas_matches[idx].of_node, |
571 | "ti,warm_reset", &prop); | ||
572 | if (!ret) | ||
573 | pdata->reg_init[idx]->warm_reset = prop; | ||
574 | |||
575 | ret = of_property_read_u32(palmas_matches[idx].of_node, | ||
576 | "ti,tstep", &prop); | 571 | "ti,tstep", &prop); |
577 | if (!ret) | 572 | if (!ret) |
578 | pdata->reg_init[idx]->tstep = prop; | 573 | pdata->reg_init[idx]->tstep = prop; |