Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752706Ab3HFHve (ORCPT ); Tue, 6 Aug 2013 03:51:34 -0400 Received: from mail-ee0-f53.google.com ([74.125.83.53]:45860 "EHLO mail-ee0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751114Ab3HFHvc (ORCPT ); Tue, 6 Aug 2013 03:51:32 -0400 From: Tomasz Figa To: Dongjin Kim Cc: Jingoo Han , Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Russell King , Kukjin Kim , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND] ARM: dts: Add USB host node for Exynos4 Date: Tue, 06 Aug 2013 09:51:26 +0200 Message-ID: <3592591.kYsJ5mO7Zi@flatron> User-Agent: KMail/4.10.5 (Linux/3.10.4-gentoo; KDE/4.10.5; x86_64; ; ) In-Reply-To: <1375726159-20486-1-git-send-email-tobetter@gmail.com> References: <1375726159-20486-1-git-send-email-tobetter@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1426 Lines: 51 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 > Signed-off-by: Dongjin Kim > --- > 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@12580000 { > + compatible = "samsung,exynos4210-ehci"; > + reg = <0x12580000 0x100>; > + interrupts = <0 70 0>; > + clocks = <&clock 304>; > + clock-names = "usbhost"; > + status = "disabled"; > + }; > + > + ohci@12590000 { > + compatible = "samsung,exynos4210-ohci"; > + reg = <0x12590000 0x100>; > + interrupts = <0 70 0>; > + clocks = <&clock 304>; > + clock-names = "usbhost"; > + status = "disabled"; > + }; > + > mfc: codec@13400000 { > compatible = "samsung,mfc-v5"; > reg = <0x13400000 0x10000>; Reviewed-by: Tomasz Figa Best regards, Tomasz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/