mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user