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

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