From: Arun Kumar K Date: Fri, 30 May 2014 17:11:39 +0000 (+0900) Subject: ARM: dts: correct the usb phy node in exynos5420-peach-pit X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0ce9f47ab5aad621e5cf6ef51186f3499225d6a5;p=linux-beck.git 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 Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts index 29f64de95ebf..1c5b8f9f4a36 100644 --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts @@ -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>; };