diff mbox

[1/2] ARM: dts: Correct the usb phy node in peach-pit

Message ID 1401426100-13720-1-git-send-email-arun.kk@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Arun Kumar K May 30, 2014, 5:01 a.m. UTC
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>
---
 arch/arm/boot/dts/exynos5420-peach-pit.dts |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Kim Kukjin May 30, 2014, 6:19 p.m. UTC | #1
On 05/30/14 14:01, Arun Kumar K wrote:
> 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>
> ---

OK, applied this and 2nd one.

Thanks,
Kukjin
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts
index 29f64de..1c5b8f9 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>;
 };