Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753909Ab2KELIK (ORCPT ); Mon, 5 Nov 2012 06:08:10 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:52496 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751882Ab2KELIF (ORCPT ); Mon, 5 Nov 2012 06:08:05 -0500 Message-ID: <50979E01.4030203@ti.com> Date: Mon, 5 Nov 2012 12:07:45 +0100 From: Benoit Cousson Organization: Texas Instruments User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: Afzal Mohammed CC: Ravi Babu , Santhapuri Damodar , Daniel Mack , , , Russell King , Tony Lindgren , AnilKumar Ch , Rob Herring , Vaibhav Hiremath , , , Felipe Balbi Subject: Re: [PATCH] ARM: dts: AM33XX: Add usbss node References: <1352095204-29028-1-git-send-email-afzal@ti.com> In-Reply-To: <1352095204-29028-1-git-send-email-afzal@ti.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2018 Lines: 75 + Felipe Hi Afzal, On 11/05/2012 06:59 AM, Afzal Mohammed wrote: > From: Ajay Kumar Gupta > > Device tree node for usbss on AM33XX. There are two musb > controllers on am33xx platform so have port0-mode and > port1-mode data. > > [afzal@ti.com: reg & interrupt property addition] > > Signed-off-by: Ajay Kumar Gupta > Signed-off-by: Santhapuri, Damodar > Signed-off-by: Ravi Babu > Signed-off-by: Afzal Mohammed > --- > > Hi Benoit, > > This is based on your "for_3.8/dts" branch. > > This is made on top of "usb: musb: am335x support" > (http://marc.info/?l=linux-omap&m=135187391904863&w=2) > and has been tested on Beagle Bone. That looks good to me, I just like to get an Ack from Felipe for the accuracy of the data part. Regards, Benoit > > Regards > Afzal > > arch/arm/boot/dts/am33xx.dtsi | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > index 5dfd682..78340a5 100644 > --- a/arch/arm/boot/dts/am33xx.dtsi > +++ b/arch/arm/boot/dts/am33xx.dtsi > @@ -321,5 +321,22 @@ > ti,hwmods = "spi1"; > status = "disabled"; > }; > + > + usb_otg_hs@47400000 { > + compatible = "ti,musb-am33xx"; > + reg = <0x47400000 0x1000 /* usbss */ > + 0x47401000 0x800 /* musb instance 0 */ > + 0x47401800 0x800>; /* musb instance 1 */ > + interrupts = <17 /* usbss */ > + 18 /* musb instance 0 */ > + 19>; /* musb instance 1 */ > + multipoint = <1>; > + num-eps = <16>; > + ram-bits = <12>; > + port0-mode = <3>; > + port1-mode = <3>; > + power = <250>; > + ti,hwmods = "usb_otg_hs"; > + }; > }; > }; > -- 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/