[PATCH v1 2/2] video: ltl106hl02: adjust power supply name

Svyatoslav Ryhel clamor95 at gmail.com
Mon Feb 9 19:17:02 CET 2026


Rename vdd-supply to power-supply according to the latest schema.

Signed-off-by: Svyatoslav Ryhel <clamor95 at gmail.com>
---
 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



More information about the U-Boot mailing list