All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vivek Gautam <gautam.vivek@samsung.com>
To: linux-usb@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, kgene.kim@samsung.com,
	stern@rowland.harvard.edu, balbi@ti.com, jg1.han@samsung.com,
	av.tikhomirov@samsung.com
Subject: [PATCH 2/3] dts: exynos5250-snow: Add required VDD regulator supplies for usb
Date: Wed, 23 Apr 2014 20:59:28 +0530	[thread overview]
Message-ID: <1398266969-26000-3-git-send-email-gautam.vivek@samsung.com> (raw)
In-Reply-To: <1398266969-26000-1-git-send-email-gautam.vivek@samsung.com>

Add required VDD 3.3V and VDD 1.0V regulator supplies to usb nodes.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
---
 arch/arm/boot/dts/exynos5250-snow.dts |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
index fd9b3b3..21d1f31 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -214,12 +214,24 @@
 		enable-active-high;
 	};
 
+	usb@12000000 {
+		vdd33-supply = <&ldo12_reg>;
+		vdd10-supply = <&ldo15_reg>;
+	};
+
 	phy@12100000 {
 		vbus-supply = <&usb3_vbus_reg>;
 	};
 
 	usb@12110000 {
 		samsung,vbus-gpio = <&gpx1 1 0>;
+		vdd33-supply = <&ldo12_reg>;
+		vdd10-supply = <&ldo15_reg>;
+	};
+
+	usb@12120000 {
+		vdd33-supply = <&ldo12_reg>;
+		vdd10-supply = <&ldo15_reg>;
 	};
 
 	fixed-rate-clocks {
-- 
1.7.10.4


WARNING: multiple messages have this Message-ID (diff)
From: gautam.vivek@samsung.com (Vivek Gautam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] dts: exynos5250-snow: Add required VDD regulator supplies for usb
Date: Wed, 23 Apr 2014 20:59:28 +0530	[thread overview]
Message-ID: <1398266969-26000-3-git-send-email-gautam.vivek@samsung.com> (raw)
In-Reply-To: <1398266969-26000-1-git-send-email-gautam.vivek@samsung.com>

Add required VDD 3.3V and VDD 1.0V regulator supplies to usb nodes.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
---
 arch/arm/boot/dts/exynos5250-snow.dts |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts
index fd9b3b3..21d1f31 100644
--- a/arch/arm/boot/dts/exynos5250-snow.dts
+++ b/arch/arm/boot/dts/exynos5250-snow.dts
@@ -214,12 +214,24 @@
 		enable-active-high;
 	};
 
+	usb at 12000000 {
+		vdd33-supply = <&ldo12_reg>;
+		vdd10-supply = <&ldo15_reg>;
+	};
+
 	phy at 12100000 {
 		vbus-supply = <&usb3_vbus_reg>;
 	};
 
 	usb at 12110000 {
 		samsung,vbus-gpio = <&gpx1 1 0>;
+		vdd33-supply = <&ldo12_reg>;
+		vdd10-supply = <&ldo15_reg>;
+	};
+
+	usb at 12120000 {
+		vdd33-supply = <&ldo12_reg>;
+		vdd10-supply = <&ldo15_reg>;
 	};
 
 	fixed-rate-clocks {
-- 
1.7.10.4

  parent reply	other threads:[~2014-04-23 15:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-23 15:29 [PATCH 0/3] dts: exynos5: Add required VDD supplies for USB Vivek Gautam
2014-04-23 15:29 ` Vivek Gautam
2014-04-23 15:29 ` Vivek Gautam
2014-04-23 15:29 ` [PATCH 1/3] dts: exynos5250: Add required VDD regulator supplies for usb Vivek Gautam
2014-04-23 15:29   ` Vivek Gautam
2014-04-23 15:29 ` Vivek Gautam [this message]
2014-04-23 15:29   ` [PATCH 2/3] dts: exynos5250-snow: " Vivek Gautam
2014-04-23 15:29 ` [PATCH 3/3] dts: exynos5420-smdk5420: " Vivek Gautam
2014-04-23 15:29   ` Vivek Gautam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1398266969-26000-3-git-send-email-gautam.vivek@samsung.com \
    --to=gautam.vivek@samsung.com \
    --cc=av.tikhomirov@samsung.com \
    --cc=balbi@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jg1.han@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=stern@rowland.harvard.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.