diff options
-rw-r--r-- | drivers/regulator/of_regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/of_regulator.c b/drivers/regulator/of_regulator.c index e2a731079066..68dc3d43dd37 100644 --- a/drivers/regulator/of_regulator.c +++ b/drivers/regulator/of_regulator.c | |||
@@ -63,7 +63,7 @@ static void of_get_regulation_constraints(struct device_node *np, | |||
63 | 63 | ||
64 | ramp_delay = of_get_property(np, "regulator-ramp-delay", NULL); | 64 | ramp_delay = of_get_property(np, "regulator-ramp-delay", NULL); |
65 | if (ramp_delay) | 65 | if (ramp_delay) |
66 | constraints->min_uV = be32_to_cpu(*ramp_delay); | 66 | constraints->ramp_delay = be32_to_cpu(*ramp_delay); |
67 | } | 67 | } |
68 | 68 | ||
69 | /** | 69 | /** |