All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: Correct the usb phy node in peach-pit
@ 2014-05-30  5:01 Arun Kumar K
  2014-05-30  5:01 ` [PATCH 2/2] ARM: dts: Correct the usb phy node in peach-pi Arun Kumar K
  2014-05-30 18:19 ` [PATCH 1/2] ARM: dts: Correct the usb phy node in peach-pit Kukjin Kim
  0 siblings, 2 replies; 3+ messages in thread
From: Arun Kumar K @ 2014-05-30  5:01 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, gautam.vivek

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(-)

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>;
 };
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] ARM: dts: Correct the usb phy node in peach-pi
  2014-05-30  5:01 [PATCH 1/2] ARM: dts: Correct the usb phy node in peach-pit Arun Kumar K
@ 2014-05-30  5:01 ` Arun Kumar K
  2014-05-30 18:19 ` [PATCH 1/2] ARM: dts: Correct the usb phy node in peach-pit Kukjin Kim
  1 sibling, 0 replies; 3+ messages in thread
From: Arun Kumar K @ 2014-05-30  5:01 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, gautam.vivek

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/exynos5800-peach-pi.dts |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts
index e910de3..f3af207 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>;
 };
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] ARM: dts: Correct the usb phy node in peach-pit
  2014-05-30  5:01 [PATCH 1/2] ARM: dts: Correct the usb phy node in peach-pit Arun Kumar K
  2014-05-30  5:01 ` [PATCH 2/2] ARM: dts: Correct the usb phy node in peach-pi Arun Kumar K
@ 2014-05-30 18:19 ` Kukjin Kim
  1 sibling, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2014-05-30 18:19 UTC (permalink / raw)
  To: Arun Kumar K; +Cc: linux-samsung-soc, kgene.kim, gautam.vivek

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-30 18:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30  5:01 [PATCH 1/2] ARM: dts: Correct the usb phy node in peach-pit Arun Kumar K
2014-05-30  5:01 ` [PATCH 2/2] ARM: dts: Correct the usb phy node in peach-pi Arun Kumar K
2014-05-30 18:19 ` [PATCH 1/2] ARM: dts: Correct the usb phy node in peach-pit Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.