]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
video: ltl106hl02: adjust power supply name
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 7 Feb 2026 18:08:53 +0000 (20:08 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 22 Mar 2026 12:58:58 +0000 (14:58 +0200)
Rename vdd-supply to power-supply according to the latest schema.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/samsung-ltl106hl02.c

index 1efc9fca610a51b497bd0e0191666ef6dc3def8e..97881a1524e6518b1bd921323eed9ee7ccc65094 100644 (file)
@@ -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,