Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751624Ab3GXDio (ORCPT ); Tue, 23 Jul 2013 23:38:44 -0400 Received: from mail-oa0-f41.google.com ([209.85.219.41]:60523 "EHLO mail-oa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751585Ab3GXDim (ORCPT ); Tue, 23 Jul 2013 23:38:42 -0400 MIME-Version: 1.0 In-Reply-To: <1374600763-19466-1-git-send-email-tobetter@gmail.com> References: <1374600763-19466-1-git-send-email-tobetter@gmail.com> Date: Wed, 24 Jul 2013 09:08:41 +0530 Message-ID: Subject: Re: [PATCH] ARM: dts: Add USB host node for Exynos4 From: Sachin Kamat To: Dongjin Kim Cc: Russell King , Kukjin Kim , Tomasz Figa , Kyungmin Park , Sylwester Nawrocki , Thomas Abraham , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1859 Lines: 61 On 23 July 2013 23:02, Dongjin Kim wrote: > This patch adds EHCI and OHCI host device nodes for Exynos4. > > Signed-off-by: Dongjin Kim > --- > arch/arm/boot/dts/exynos4.dtsi | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi > index 3f94fe8..1cdbf89 100644 > --- a/arch/arm/boot/dts/exynos4.dtsi > +++ b/arch/arm/boot/dts/exynos4.dtsi > @@ -155,6 +155,26 @@ > status = "disabled"; > }; > > + ehci@12580000 { > + compatible = "samsung,exynos4210-ehci"; > + reg = <0x12580000 0x100>; > + interrupts = <0 70 0>; > + status = "disabled"; > + > + clocks = <&clock 304>; > + clock-names = "usbhost"; > + }; > + > + ohci@12590000 { > + compatible = "samsung,exynos4210-ohci"; > + reg = <0x12580000 0x100>; Register value and node name do not match. Typo? > + interrupts = <0 70 0>; > + status = "disabled"; > + > + clocks = <&clock 304>; > + clock-names = "usbhost"; > + }; > + > mfc: codec@13400000 { > compatible = "samsung,mfc-v5"; > reg = <0x13400000 0x10000>; > -- > 1.7.9.5 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- With warm regards, Sachin -- 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/