diff options
| -rw-r--r-- | drivers/regulator/mc13xxx-regulator-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/mc13xxx-regulator-core.c b/drivers/regulator/mc13xxx-regulator-core.c index da4859282302..4498a3f0733d 100644 --- a/drivers/regulator/mc13xxx-regulator-core.c +++ b/drivers/regulator/mc13xxx-regulator-core.c | |||
| @@ -168,7 +168,7 @@ int mc13xxx_get_num_regulators_dt(struct platform_device *pdev) | |||
| 168 | int num; | 168 | int num; |
| 169 | 169 | ||
| 170 | of_node_get(pdev->dev.parent->of_node); | 170 | of_node_get(pdev->dev.parent->of_node); |
| 171 | parent = of_find_node_by_name(pdev->dev.parent->of_node, "regulators"); | 171 | parent = of_get_child_by_name(pdev->dev.parent->of_node, "regulators"); |
| 172 | if (!parent) | 172 | if (!parent) |
| 173 | return -ENODEV; | 173 | return -ENODEV; |
| 174 | 174 | ||
| @@ -188,7 +188,7 @@ struct mc13xxx_regulator_init_data *mc13xxx_parse_regulators_dt( | |||
| 188 | int i, parsed = 0; | 188 | int i, parsed = 0; |
| 189 | 189 | ||
| 190 | of_node_get(pdev->dev.parent->of_node); | 190 | of_node_get(pdev->dev.parent->of_node); |
| 191 | parent = of_find_node_by_name(pdev->dev.parent->of_node, "regulators"); | 191 | parent = of_get_child_by_name(pdev->dev.parent->of_node, "regulators"); |
| 192 | if (!parent) | 192 | if (!parent) |
| 193 | return NULL; | 193 | return NULL; |
| 194 | 194 | ||
