mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: Add USB Host nodes to Exynos4210
@ 2013-05-29  9:47 Jingoo Han
  2013-07-24 14:17 ` Dongjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Jingoo Han @ 2013-05-29  9:47 UTC (permalink / raw)
  To: Kukjin Kim, linux-samsung-soc
  Cc: linux-arm-kernel, linux-kernel, 'Vivek Gautam',
	'Praveen Paneri', 'Thomas Abraham',
	Jingoo Han

Add device nodes for USB Host EHCI and OHCI controllers to Exynos4210.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
Tested on Exynos4210.

 arch/arm/boot/dts/exynos4210.dtsi |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
index 366795a..3c173c7 100644
--- a/arch/arm/boot/dts/exynos4210.dtsi
+++ b/arch/arm/boot/dts/exynos4210.dtsi
@@ -117,6 +117,24 @@
 		status = "disabled";
 	};
 
+	usb@12580000 {
+		compatible = "samsung,exynos4210-ehci";
+		reg = <0x12580000 0x100>;
+		interrupts = <0 70 0>;
+
+		clocks = <&clock 304>;
+		clock-names = "usbhost";
+	};
+
+	usb@12590000 {
+		compatible = "samsung,exynos4210-ohci";
+		reg = <0x12590000 0x100>;
+		interrupts = <0 70 0>;
+
+		clocks = <&clock 304>;
+		clock-names = "usbhost";
+	};
+
 	g2d@12800000 {
 		compatible = "samsung,s5pv210-g2d";
 		reg = <0x12800000 0x1000>;
-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] ARM: dts: Add USB Host nodes to Exynos4210
  2013-05-29  9:47 [PATCH 1/2] ARM: dts: Add USB Host nodes to Exynos4210 Jingoo Han
@ 2013-07-24 14:17 ` Dongjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Dongjin Kim @ 2013-07-24 14:17 UTC (permalink / raw)
  To: Jingoo Han
  Cc: Kukjin Kim, linux-samsung-soc, Praveen Paneri, linux-kernel,
	Thomas Abraham, Vivek Gautam, linux-arm-kernel

Hi Jingoo,

I had submitted another patch almost similar contents, but my patch
contains both EHCI and OHCI USB host devices node in exynos4.dtsi
since I had tested on Exynos4412 and their register map are same with
Exynos4210.

[1] https://patchwork.kernel.org/patch/2832779

On Wed, May 29, 2013 at 6:47 PM, Jingoo Han <jg1.han@samsung.com> wrote:
> Add device nodes for USB Host EHCI and OHCI controllers to Exynos4210.
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
> Tested on Exynos4210.
>
>  arch/arm/boot/dts/exynos4210.dtsi |   18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
> index 366795a..3c173c7 100644
> --- a/arch/arm/boot/dts/exynos4210.dtsi
> +++ b/arch/arm/boot/dts/exynos4210.dtsi
> @@ -117,6 +117,24 @@
>                 status = "disabled";
>         };
>
> +       usb@12580000 {
> +               compatible = "samsung,exynos4210-ehci";
> +               reg = <0x12580000 0x100>;
> +               interrupts = <0 70 0>;
> +
> +               clocks = <&clock 304>;
> +               clock-names = "usbhost";
> +       };
> +
> +       usb@12590000 {
> +               compatible = "samsung,exynos4210-ohci";
> +               reg = <0x12590000 0x100>;
> +               interrupts = <0 70 0>;
> +
> +               clocks = <&clock 304>;
> +               clock-names = "usbhost";
> +       };
> +
>         g2d@12800000 {
>                 compatible = "samsung,s5pv210-g2d";
>                 reg = <0x12800000 0x1000>;
> --
> 1.7.10.4
>
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-24 14:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-29  9:47 [PATCH 1/2] ARM: dts: Add USB Host nodes to Exynos4210 Jingoo Han
2013-07-24 14:17 ` Dongjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome