Rename vdd-supply to power-supply according to the latest schema.
Signed-off-by: Svyatoslav Ryhel <[email protected]>
---
drivers/video/samsung-ltl106hl02.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/video/samsung-ltl106hl02.c
b/drivers/video/samsung-ltl106hl02.c
index 1efc9fca610..97881a1524e 100644
--- a/drivers/video/samsung-ltl106hl02.c
+++ b/drivers/video/samsung-ltl106hl02.c
@@ -93,9 +93,9 @@ static int samsung_ltl106hl02_of_to_plat(struct udevice *dev)
}
ret = uclass_get_device_by_phandle(UCLASS_REGULATOR, dev,
- "vdd-supply", &priv->vdd);
+ "power-supply", &priv->vdd);
if (ret)
- log_debug("%s: cannot get vdd-supply: error %d\n",
+ log_debug("%s: cannot get power-supply: error %d\n",
__func__, ret);
ret = gpio_request_by_name(dev, "reset-gpios", 0,
--
2.51.0