All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Figa <t.figa@samsung.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>,
	linux-samsung-soc@vger.kernel.org
Cc: Kukjin Kim <kgene.kim@samsung.com>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Chanwoo Choi <cw00.choi@samsung.com>
Subject: Re: [PATCH v2] ARM: dts: exynos 3250: add hsotg and usb2phy device nodes
Date: Tue, 08 Jul 2014 17:28:34 +0200	[thread overview]
Message-ID: <53BC0E22.2090905@samsung.com> (raw)
In-Reply-To: <1404725986-12377-1-git-send-email-m.szyprowski@samsung.com>

On 07.07.2014 11:39, Marek Szyprowski wrote:
> This patch adds device tree nodes required to enable support for USB
> device controller.
> 
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
> Changelog:
> v2:
> - removed phandle to syscon, because mode switch register is not needed for 3250.
> ---
>  arch/arm/boot/dts/exynos3250.dtsi | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
> index eb457620975b..64a0ef44325a 100644
> --- a/arch/arm/boot/dts/exynos3250.dtsi
> +++ b/arch/arm/boot/dts/exynos3250.dtsi
> @@ -309,6 +309,27 @@
>  			status = "disabled";
>  		};
>  
> +		hsotg: hsotg@12480000 {
> +			compatible = "samsung,s3c6400-hsotg";
> +			reg = <0x12480000 0x20000>;
> +			interrupts = <0 141 0>;
> +			clocks = <&cmu CLK_USBOTG>;
> +			clock-names = "otg";
> +			phys = <&exynos_usbphy 0>;
> +			phy-names = "usb2-phy";
> +			status = "disabled";
> +		};
> +
> +		exynos_usbphy: exynos-usbphy@125B0000 {
> +			compatible = "samsung,exynos3250-usb2-phy";
> +			reg = <0x125B0000 0x100>;
> +			samsung,pmureg-phandle = <&pmu_system_controller>;
> +			clocks = <&cmu CLK_USBOTG>, <&xusbxti>;
> +			clock-names = "phy", "ref";

Are you sure these are right clocks for Exynos3250? I thought the ref
clock was supposed to be SCLK_UPLL on this SoC.

Best regards,
Tomasz

      reply	other threads:[~2014-07-08 15:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-07  9:39 [PATCH v2] ARM: dts: exynos 3250: add hsotg and usb2phy device nodes Marek Szyprowski
2014-07-08 15:28 ` Tomasz Figa [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=53BC0E22.2090905@samsung.com \
    --to=t.figa@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=cw00.choi@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@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.