From: Arun Kumar K <arun.kk@samsung.com>
Date: Fri, 30 May 2014 17:11:42 +0000 (+0900)
Subject: ARM: dts: correct the usb phy node in exynos5800-peach-pi
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2c3b655c4a06729d102158d99ec54c21423ee744;p=linux.git

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: Arun Kumar K <arun.kk@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
---

diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts
index e910de3effacd..f3af2079a0635 100644
--- a/arch/arm/boot/dts/exynos5800-peach-pi.dts
+++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts
@@ -235,11 +235,11 @@
 	ddc = <&i2c_2>;
 };
 
-&usbdrd3_0 {
+&usbdrd_phy0 {
 	vbus-supply = <&usb300_vbus_reg>;
 };
 
-&usbdrd3_1 {
+&usbdrd_phy1 {
 	vbus-supply = <&usb301_vbus_reg>;
 };