Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-19 Thread Simon Glass
Hi, On Thu, Jan 19, 2012 at 9:33 AM, Stephen Warren wrote: > Olof Johansson wrote at Thursday, January 19, 2012 12:13 AM: >> On Wed, Jan 18, 2012 at 10:59 PM, Simon Glass wrote: >> > Hi Olof, >> > >> > On Wed, Jan 18, 2012 at 10:41 PM, Olof Johansson wrote: >> >> Hi, >> >> >> >> On Wed, Jan 18,

Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-19 Thread Stephen Warren
Olof Johansson wrote at Thursday, January 19, 2012 12:13 AM: > On Wed, Jan 18, 2012 at 10:59 PM, Simon Glass wrote: > > Hi Olof, > > > > On Wed, Jan 18, 2012 at 10:41 PM, Olof Johansson wrote: > >> Hi, > >> > >> On Wed, Jan 18, 2012 at 9:55 PM, Simon Glass wrote: > >> > fsl-usb.txt uses "dr

Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-18 Thread Olof Johansson
On Wed, Jan 18, 2012 at 10:59 PM, Simon Glass wrote: > Hi Olof, > > On Wed, Jan 18, 2012 at 10:41 PM, Olof Johansson wrote: >> Hi, >> >> On Wed, Jan 18, 2012 at 9:55 PM, Simon Glass wrote: >> fsl-usb.txt uses "dr_mode" here, which might make sense to reuse given some of the share

Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-18 Thread Olof Johansson
Hi, On Wed, Jan 18, 2012 at 9:55 PM, Simon Glass wrote: >> fsl-usb.txt uses "dr_mode" here, which might make sense to reuse given some >> of >> the shared IP in question for device mode: >> >>  - dr_mode : indicates the working mode for "fsl-usb2-dr" compatible >>   controllers.  Can be "host",

Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-18 Thread Simon Glass
Hi Olof, On Wed, Jan 18, 2012 at 10:41 PM, Olof Johansson wrote: > Hi, > > On Wed, Jan 18, 2012 at 9:55 PM, Simon Glass wrote: > >>> fsl-usb.txt uses "dr_mode" here, which might make sense to reuse given some >>> of >>> the shared IP in question for device mode: >>> >>>  - dr_mode : indicates t

Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-18 Thread Simon Glass
Hi Olof, On Wed, Jan 18, 2012 at 9:35 PM, Olof Johansson wrote: > On Wed, Jan 18, 2012 at 03:48:30PM -0700, Stephen Warren wrote: >> On 01/11/2012 09:32 PM, Simon Glass wrote: >> > This adds a property to indicate a port which can switch between host and >> > device >> > mode. >> > >> > Signed-o

Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-18 Thread Olof Johansson
On Wed, Jan 18, 2012 at 03:48:30PM -0700, Stephen Warren wrote: > On 01/11/2012 09:32 PM, Simon Glass wrote: > > This adds a property to indicate a port which can switch between host and > > device > > mode. > > > > Signed-off-by: Simon Glass > > --- > > > > doc/device-tree-bindings/usb/tegra-

Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-18 Thread Stephen Warren
On 01/11/2012 09:32 PM, Simon Glass wrote: > This adds a property to indicate a port which can switch between host and > device > mode. > > Signed-off-by: Simon Glass > --- > > doc/device-tree-bindings/usb/tegra-usb.txt |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff