diff options
| -rw-r--r-- | drivers/regulator/tps6507x-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps6507x-regulator.c b/drivers/regulator/tps6507x-regulator.c index 862cc81f822f..5a558dad27e3 100644 --- a/drivers/regulator/tps6507x-regulator.c +++ b/drivers/regulator/tps6507x-regulator.c | |||
| @@ -385,7 +385,7 @@ static struct tps6507x_board *tps6507x_parse_dt_reg_data( | |||
| 385 | return NULL; | 385 | return NULL; |
| 386 | } | 386 | } |
| 387 | 387 | ||
| 388 | regulators = of_find_node_by_name(np, "regulators"); | 388 | regulators = of_get_child_by_name(np, "regulators"); |
| 389 | if (!regulators) { | 389 | if (!regulators) { |
| 390 | dev_err(&pdev->dev, "regulator node not found\n"); | 390 | dev_err(&pdev->dev, "regulator node not found\n"); |
| 391 | return NULL; | 391 | return NULL; |
