Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ce9f47a authored by Arun Kumar K's avatar Arun Kumar K Committed by Kukjin Kim
Browse files

ARM: dts: correct the usb phy node in exynos5420-peach-pit



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 107e6aad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -231,11 +231,11 @@
	ddc = <&i2c_2>;
};

&usbdrd3_0 {
&usbdrd_phy0 {
	vbus-supply = <&usb300_vbus_reg>;
};

&usbdrd3_1 {
&usbdrd_phy1 {
	vbus-supply = <&usb301_vbus_reg>;
};