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: Arun Kumar K <arun.kk@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
Arun Kumar K 2014-05-31 02:11:39 +09:00 committed by Kukjin Kim
parent 107e6aad98
commit 0ce9f47ab5

View file

@ -231,11 +231,11 @@ &hdmi {
ddc = <&i2c_2>;
};
&usbdrd3_0 {
&usbdrd_phy0 {
vbus-supply = <&usb300_vbus_reg>;
};
&usbdrd3_1 {
&usbdrd_phy1 {
vbus-supply = <&usb301_vbus_reg>;
};