[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3592591.kYsJ5mO7Zi@flatron>
Date: Tue, 06 Aug 2013 09:51:26 +0200
From: Tomasz Figa <tomasz.figa@...il.com>
To: Dongjin Kim <tobetter@...il.com>
Cc: Jingoo Han <jg1.han@...sung.com>,
Rob Herring <rob.herring@...xeda.com>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Stephen Warren <swarren@...dotorg.org>,
Ian Campbell <ian.campbell@...rix.com>,
Russell King <linux@....linux.org.uk>,
Kukjin Kim <kgene.kim@...sung.com>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH RESEND] ARM: dts: Add USB host node for Exynos4
Hi Dongjin,
On Tuesday 06 of August 2013 03:09:19 Dongjin Kim wrote:
> This patch adds EHCI and OHCI host device nodes for Exynos4.
>
> CC: Jingoo Han <jg1.han@...sung.com>
> Signed-off-by: Dongjin Kim <tobetter@...il.com>
> ---
> arch/arm/boot/dts/exynos4.dtsi | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi
> b/arch/arm/boot/dts/exynos4.dtsi index 3f94fe8..cbe5219 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -155,6 +155,24 @@
> status = "disabled";
> };
>
> + ehci@...80000 {
> + compatible = "samsung,exynos4210-ehci";
> + reg = <0x12580000 0x100>;
> + interrupts = <0 70 0>;
> + clocks = <&clock 304>;
> + clock-names = "usbhost";
> + status = "disabled";
> + };
> +
> + ohci@...90000 {
> + compatible = "samsung,exynos4210-ohci";
> + reg = <0x12590000 0x100>;
> + interrupts = <0 70 0>;
> + clocks = <&clock 304>;
> + clock-names = "usbhost";
> + status = "disabled";
> + };
> +
> mfc: codec@...00000 {
> compatible = "samsung,mfc-v5";
> reg = <0x13400000 0x10000>;
Reviewed-by: Tomasz Figa <t.figa@...sung.com>
Best regards,
Tomasz
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists