devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jingoo Han <jg1.han@samsung.com>
To: 'Tomasz Figa' <t.figa@samsung.com>, linux-samsung-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	'Kukjin Kim' <kgene.kim@samsung.com>,
	devicetree-discuss@lists.ozlabs.org,
	'Felipe Balbi' <balbi@ti.com>,
	'Grant Likely' <grant.likely@linaro.org>,
	'Greg Kroah-Hartman' <gregkh@linuxfoundation.org>,
	'Linus Walleij' <linus.walleij@linaro.org>,
	linux-usb@vger.kernel.org,
	'Rob Herring' <rob.herring@calxeda.com>,
	'Sylwester Nawrocki' <s.nawrocki@samsung.com>,
	'Thomas Abraham' <thomas.abraham@linaro.org>,
	m.szyprowski@samsung.com, l.majewski@samsung.com,
	'Kyungmin Park' <kyungmin.park@samsung.com>,
	Jingoo Han <jg1.han@samsung.com>
Subject: Re: [PATCH 3/4] ARM: dts: exynos4: Add nodes for USB PHY block
Date: Wed, 26 Jun 2013 16:29:27 +0900	[thread overview]
Message-ID: <001601ce723e$e3f20170$abd60450$@samsung.com> (raw)
In-Reply-To: <1372174706-5459-4-git-send-email-t.figa@samsung.com>

On Wednesday, June 26, 2013 12:38 AM, Tomasz Figa wrote:
> 
> This patch adds device tree nodes for USB OTG PHYs of Exynos4210 and
> Exynos4x12 SoCs.
> 
> Signed-off-by: Tomasz Figa <t.figa@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

It looks good.

Reviewed-by: Jingoo Han <jg1.han@samsung.com>

Best regards,
Jingoo Han


> ---
>  arch/arm/boot/dts/exynos4210.dtsi | 15 +++++++++++++++
>  arch/arm/boot/dts/exynos4x12.dtsi | 15 +++++++++++++++
>  2 files changed, 30 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
> index 54710de..3c71ea5 100644
> --- a/arch/arm/boot/dts/exynos4210.dtsi
> +++ b/arch/arm/boot/dts/exynos4210.dtsi
> @@ -114,6 +114,21 @@
>  		interrupts = <2 4>;
>  	};
> 
> +	usbphy@125B0000 {
> +		compatible = "samsung,exynos4210-usb2phy";
> +		reg = <0x125B0000 0x100>;
> +		clocks = <&clock 305>;
> +		clock-names = "otg";
> +		status = "disabled";
> +		ranges;
> +		#address-cells = <1>;
> +		#size-cells = <1>;
> +
> +		usbphy-sys {
> +			reg = <0x10020704 0x8>;
> +		};
> +	};
> +
>  	g2d@12800000 {
>  		compatible = "samsung,s5pv210-g2d";
>  		reg = <0x12800000 0x1000>;
> diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi
> index e3380a7..267ed95 100644
> --- a/arch/arm/boot/dts/exynos4x12.dtsi
> +++ b/arch/arm/boot/dts/exynos4x12.dtsi
> @@ -79,4 +79,19 @@
>  		interrupts = <0 89 0>;
>  		status = "disabled";
>  	};
> +
> +	usbphy@125B0000 {
> +		compatible = "samsung,exynos4x12-usb2phy";
> +		reg = <0x125B0000 0x100>;
> +		clocks = <&clock 305>;
> +		clock-names = "otg";
> +		status = "disabled";
> +		ranges;
> +		#address-cells = <1>;
> +		#size-cells = <1>;
> +
> +		usbphy-sys {
> +			reg = <0x10020704 0x8>;
> +		};
> +	};
>  };
> --
> 1.8.2.1
> 
> --
> 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

      reply	other threads:[~2013-06-26  7:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-25 15:38 [PATCH 0/4] Add support for Samsung HSOTG on DT-enabled platforms Tomasz Figa
     [not found] ` <1372174706-5459-1-git-send-email-t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-06-25 15:38   ` [PATCH 1/4] usb: gadget: s3c-hsotg: Allow driver instantiation using device tree Tomasz Figa
2013-06-25 20:46     ` Felipe Balbi
     [not found]       ` <20130625204632.GB9748-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org>
2013-06-25 20:57         ` Tomasz Figa
2013-06-25 21:00           ` Felipe Balbi
2013-06-25 21:05             ` Tomasz Figa
2013-07-08  7:41     ` Felipe Balbi
2013-06-25 15:38   ` [PATCH 2/4] ARM: dts: exynos4: Add node for hsotg Tomasz Figa
2013-06-26  7:26     ` Jingoo Han
2013-06-25 15:38   ` [PATCH 4/4] ARM: dts: exynos4210-trats: Enable USB gadget functionality Tomasz Figa
2013-06-25 15:38 ` [PATCH 3/4] ARM: dts: exynos4: Add nodes for USB PHY block Tomasz Figa
2013-06-26  7:29   ` Jingoo Han [this message]

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='001601ce723e$e3f20170$abd60450$@samsung.com' \
    --to=jg1.han@samsung.com \
    --cc=balbi@ti.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=grant.likely@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=l.majewski@samsung.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=rob.herring@calxeda.com \
    --cc=s.nawrocki@samsung.com \
    --cc=t.figa@samsung.com \
    --cc=thomas.abraham@linaro.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).