video: ltl106hl02: adjust power supply name

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

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:
Svyatoslav Ryhel
2026-02-07 20:08:53 +02:00
parent ecd3b67fcc
commit 490a923891

View 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,