linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: add ohci and ehci controller nodes for EXYNOS5440
Date: Thu, 06 Jun 2013 10:55:28 +0900	[thread overview]
Message-ID: <09d801ce6258$eb64a9d0$c22dfd70$%kim@samsung.com> (raw)
In-Reply-To: <09d701ce6258$64ef1fc0$2ecd5f40$%kim@samsung.com>

Kukjin Kim wrote:
> 
> From: Thomas Abraham <thomas.ab@samsung.com>
> 
> EXYNOS5440 includes both OHCI and EHCI usb host controllers.
> Add device tree nodes for both of these controllers.
> 
> Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> ---
>  arch/arm/boot/dts/exynos5440.dtsi |   15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5440.dtsi
b/arch/arm/boot/dts/exynos5440.dtsi
> index 2607739..f3faabf 100644
> --- a/arch/arm/boot/dts/exynos5440.dtsi
> +++ b/arch/arm/boot/dts/exynos5440.dtsi
> @@ -225,4 +225,19 @@
>  		clock-names = "sata";
>  	};
> 
> +	ohci at 220000 {
> +		compatible = "samsung,exynos-ohci";

Oops, the EHCI and OHCI controllers on exynos5440 do not need any explicit
phy configuration.
So need to assign a different compatible value for these controllers...

If no problem, let me take this patch into samsung tree with fix.

+		compatible = "samsung,exynos5440-ohci";

> +		reg = <0x220000 0x1000>;
> +		interrupts = <0 29 0>;
> +		clocks = <&clock 24>;
> +		clock-names = "usbhost";
> +	};
> +
> +	ehci at 221000 {
> +		compatible = "samsung,exynos-ehci";

Same as above.

+		compatible = "samsung,exynos5440-ehci";

> +		reg = <0x221000 0x1000>;
> +		interrupts = <0 29 0>;
> +		clocks = <&clock 24>;
> +		clock-names = "usbhost";
> +	};
>  };
> --
> 1.7.10.4

      reply	other threads:[~2013-06-06  1:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-06  1:51 [PATCH] ARM: dts: add ohci and ehci controller nodes for EXYNOS5440 Kukjin Kim
2013-06-06  1:55 ` Kukjin Kim [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='09d801ce6258$eb64a9d0$c22dfd70$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.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).