Commit 2c3b655c authored by Arun Kumar K's avatar Arun Kumar K Committed by Kukjin Kim

ARM: dts: correct the usb phy node in exynos5800-peach-pi

The vbus-supply property is wrongly updated in the
usbdrd node instead of the usbdrd_phy node. This patch
fixes the same.
Signed-off-by: default avatarArun Kumar K <arun.kk@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 0ce9f47a
...@@ -235,11 +235,11 @@ &hdmi { ...@@ -235,11 +235,11 @@ &hdmi {
ddc = <&i2c_2>; ddc = <&i2c_2>;
}; };
&usbdrd3_0 { &usbdrd_phy0 {
vbus-supply = <&usb300_vbus_reg>; vbus-supply = <&usb300_vbus_reg>;
}; };
&usbdrd3_1 { &usbdrd_phy1 {
vbus-supply = <&usb301_vbus_reg>; vbus-supply = <&usb301_vbus_reg>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment