All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Vivek Gautam' <gautam.vivek@samsung.com>,
	linux-samsung-soc@vger.kernel.org, linux-usb@vger.kernel.org,
	devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org,
	gregkh@linuxfoundation.org, t.figa@samsung.com, balbi@ti.com,
	kishon@ti.com, jg1.han@samsung.com
Subject: RE: [PATCH v6 5/8] ARM: dts: exynos5250-snow: Add Vbus regulator for USB 3.0
Date: Mon, 19 May 2014 20:26:01 +0900	[thread overview]
Message-ID: <03a701cf7355$1d485dd0$57d91970$@samsung.com> (raw)
In-Reply-To: <1400076070-12456-6-git-send-email-gautam.vivek@samsung.com>

Vivek Gautam wrote:
> 
> Add required fixed-regulator for VBUS supply for USB 3.0
> controller phy.
> 
> Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
> ---
>  arch/arm/boot/dts/exynos5250-snow.dts |   22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5250-snow.dts
> b/arch/arm/boot/dts/exynos5250-snow.dts
> index 1ce1088..fd9b3b3 100644
> --- a/arch/arm/boot/dts/exynos5250-snow.dts
> +++ b/arch/arm/boot/dts/exynos5250-snow.dts
> @@ -37,6 +37,13 @@
>  		sd3_bus4: sd3-bus-width4 {
>  			samsung,pin-drv = <0>;
>  		};
> +
> +		usb3_vbus_en: usb3-vbus-en {
> +			samsung,pins = "gpx2-7";
> +			samsung,pin-function = <1>;
> +			samsung,pin-pud = <0>;
> +			samsung,pin-drv = <0>;
> +		};
>  	};
> 
>  	gpio-keys {
> @@ -196,6 +203,21 @@
>  		};
>  	};
> 
> +	usb3_vbus_reg: regulator-usb3 {
> +		compatible = "regulator-fixed";
> +		regulator-name = "P5.0V_USB3CON";
> +		regulator-min-microvolt = <5000000>;
> +		regulator-max-microvolt = <5000000>;
> +		gpio = <&gpx2 7 0>;
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&usb3_vbus_en>;
> +		enable-active-high;
> +	};
> +
> +	phy@12100000 {
> +		vbus-supply = <&usb3_vbus_reg>;
> +	};
> +
>  	usb@12110000 {
>  		samsung,vbus-gpio = <&gpx1 1 0>;
>  	};
> --
> 1.7.10.4

Looks OK to me and applied 5 to 8 as well.

Thanks,
Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 5/8] ARM: dts: exynos5250-snow: Add Vbus regulator for USB 3.0
Date: Mon, 19 May 2014 20:26:01 +0900	[thread overview]
Message-ID: <03a701cf7355$1d485dd0$57d91970$@samsung.com> (raw)
In-Reply-To: <1400076070-12456-6-git-send-email-gautam.vivek@samsung.com>

Vivek Gautam wrote:
> 
> Add required fixed-regulator for VBUS supply for USB 3.0
> controller phy.
> 
> Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
> ---
>  arch/arm/boot/dts/exynos5250-snow.dts |   22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5250-snow.dts
> b/arch/arm/boot/dts/exynos5250-snow.dts
> index 1ce1088..fd9b3b3 100644
> --- a/arch/arm/boot/dts/exynos5250-snow.dts
> +++ b/arch/arm/boot/dts/exynos5250-snow.dts
> @@ -37,6 +37,13 @@
>  		sd3_bus4: sd3-bus-width4 {
>  			samsung,pin-drv = <0>;
>  		};
> +
> +		usb3_vbus_en: usb3-vbus-en {
> +			samsung,pins = "gpx2-7";
> +			samsung,pin-function = <1>;
> +			samsung,pin-pud = <0>;
> +			samsung,pin-drv = <0>;
> +		};
>  	};
> 
>  	gpio-keys {
> @@ -196,6 +203,21 @@
>  		};
>  	};
> 
> +	usb3_vbus_reg: regulator-usb3 {
> +		compatible = "regulator-fixed";
> +		regulator-name = "P5.0V_USB3CON";
> +		regulator-min-microvolt = <5000000>;
> +		regulator-max-microvolt = <5000000>;
> +		gpio = <&gpx2 7 0>;
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&usb3_vbus_en>;
> +		enable-active-high;
> +	};
> +
> +	phy at 12100000 {
> +		vbus-supply = <&usb3_vbus_reg>;
> +	};
> +
>  	usb at 12110000 {
>  		samsung,vbus-gpio = <&gpx1 1 0>;
>  	};
> --
> 1.7.10.4

Looks OK to me and applied 5 to 8 as well.

Thanks,
Kukjin

  reply	other threads:[~2014-05-19 11:26 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-14 14:01 [PATCH v6 0/8] Enable USB 3.0 support on Exynos5 systems Vivek Gautam
2014-05-14 14:01 ` Vivek Gautam
2014-05-14 14:01 ` [PATCH v6 1/8] ARM: dts: exynos5420: Enable support for USB 3.0 PHY controller Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01 ` [PATCH v6 2/8] ARM: dts: exynos5420: Enable support for DWC3 controller Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01 ` [PATCH v6 3/8] ARM: dts: exynos5250: Enable support for generic USB DRD phy Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01 ` [PATCH v6 4/8] ARM: dts: exynos5250: Update DWC3 usb controller to use new phy driver Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
     [not found] ` <1400076070-12456-1-git-send-email-gautam.vivek-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-05-14 14:01   ` [PATCH v6 5/8] ARM: dts: exynos5250-snow: Add Vbus regulator for USB 3.0 Vivek Gautam
2014-05-14 14:01     ` Vivek Gautam
2014-05-14 14:01     ` Vivek Gautam
2014-05-19 11:26     ` Kukjin Kim [this message]
2014-05-19 11:26       ` Kukjin Kim
2014-05-14 14:01 ` [PATCH v6 6/8] ARM: dts: exynos5420-peach-pit: " Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01 ` [PATCH v6 7/8] ARM: dts: exynos5420-smdk5420: " Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-14 14:01 ` [PATCH v6 8/8] ARM: dts: exynos5800-peach-pi: " Vivek Gautam
2014-05-14 14:01   ` Vivek Gautam
2014-05-15 21:53 ` [PATCH v6 0/8] Enable USB 3.0 support on Exynos5 systems Kukjin Kim
2014-05-15 21:53   ` Kukjin Kim

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='03a701cf7355$1d485dd0$57d91970$@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=balbi@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gautam.vivek@samsung.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jg1.han@samsung.com \
    --cc=kishon@ti.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=robh+dt@kernel.org \
    --cc=t.figa@samsung.com \
    /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.