ARM: dts: correct the usb phy node in exynos5800-peach-pi
authorArun Kumar K <arun.kk@samsung.com>
Fri, 30 May 2014 17:11:42 +0000 (02:11 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 30 May 2014 17:11:42 +0000 (02:11 +0900)
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>
arch/arm/boot/dts/exynos5800-peach-pi.dts

index e910de3effacd8583ec6f84fd1e2d00967442850..f3af2079a06358a57695786ea61667fe7b4c9a4d 100644 (file)
        ddc = <&i2c_2>;
 };
 
-&usbdrd3_0 {
+&usbdrd_phy0 {
        vbus-supply = <&usb300_vbus_reg>;
 };
 
-&usbdrd3_1 {
+&usbdrd_phy1 {
        vbus-supply = <&usb301_vbus_reg>;
 };