Re: [PATCH 06/10] usb: musb: ux500: add device tree probing support

2013-04-23 Thread Felipe Balbi
Hi, On Tue, Apr 23, 2013 at 05:27:10PM +0200, Arnd Bergmann wrote: > > > > +Required properties: > > > > + - compatible : Should be "stericsson,db8500-musb" > > > > + - reg: Offset and length of registers > > > > + - interrupts : Interrupt; mode, number and trigger > > > > + - mode :

Re: [PATCH 06/10] usb: musb: ux500: add device tree probing support

2013-04-23 Thread Arnd Bergmann
On Tuesday 23 April 2013, Felipe Balbi wrote: > On Tue, Apr 23, 2013 at 05:14:06PM +0200, Arnd Bergmann wrote: > > On Tuesday 23 April 2013, Lee Jones wrote: > > > +Required properties: > > > + - compatible : Should be "stericsson,db8500-musb" > > > + - reg: Offset and length of registers >

Re: [PATCH 06/10] usb: musb: ux500: add device tree probing support

2013-04-23 Thread Felipe Balbi
On Tue, Apr 23, 2013 at 05:14:06PM +0200, Arnd Bergmann wrote: > On Tuesday 23 April 2013, Lee Jones wrote: > > +Required properties: > > + - compatible : Should be "stericsson,db8500-musb" > > + - reg: Offset and length of registers > > + - interrupts : Interrupt; mode, number and trigger

Re: [PATCH 06/10] usb: musb: ux500: add device tree probing support

2013-04-23 Thread Arnd Bergmann
On Tuesday 23 April 2013, Lee Jones wrote: > +Required properties: > + - compatible : Should be "stericsson,db8500-musb" > + - reg: Offset and length of registers > + - interrupts : Interrupt; mode, number and trigger > + - mode : One of; "host", "otg", or "peripheral" I think we don

[PATCH 06/10] usb: musb: ux500: add device tree probing support

2013-04-23 Thread Lee Jones
This patch will allow ux500-musb to be probed and configured solely from configuration found in Device Tree. Cc: Felipe Balbi Cc: linux-usb@vger.kernel.org Signed-off-by: Lee Jones --- .../devicetree/bindings/usb/ux500-usb.txt | 49 +++ drivers/usb/musb/ux500.c