Re: [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

2014-08-05 Thread Stephen Warren
On 08/04/2014 02:14 PM, Simon Glass wrote: Hi Stephen, On 4 August 2014 11:47, Stephen Warren wrote: On 08/04/2014 04:43 AM, Simon Glass wrote: On 1 August 2014 15:50, Stephen Warren wrote: ... DT schemas/bindings MUST be identical between U-Boot, Linux, FreeBSD, Barebox, ... (all of w

Re: [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

2014-08-04 Thread Simon Glass
Hi Stephen, On 4 August 2014 11:47, Stephen Warren wrote: > > On 08/04/2014 04:43 AM, Simon Glass wrote: >> >> On 1 August 2014 15:50, Stephen Warren wrote: > > ... > >>> DT schemas/bindings MUST be identical between U-Boot, Linux, FreeBSD, >>> Barebox, ... (all of which use DT). As such, all th

Re: [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

2014-08-04 Thread Jeroen Hofstee
Hello Tom, +Warner, +Julien Grall, On 04-08-14 20:11, Tom Rini wrote: On Mon, Aug 04, 2014 at 11:47:56AM -0600, Stephen Warren wrote: On 08/04/2014 04:43 AM, Simon Glass wrote: On 1 August 2014 15:50, Stephen Warren wrote: ... DT schemas/bindings MUST be identical between U-Boot, Linux, Fre

Re: [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

2014-08-04 Thread Tom Rini
On Mon, Aug 04, 2014 at 11:47:56AM -0600, Stephen Warren wrote: > On 08/04/2014 04:43 AM, Simon Glass wrote: > >On 1 August 2014 15:50, Stephen Warren wrote: > ... > >>DT schemas/bindings MUST be identical between U-Boot, Linux, FreeBSD, > >>Barebox, ... (all of which use DT). As such, all the DT

Re: [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

2014-08-04 Thread Stephen Warren
On 08/04/2014 04:43 AM, Simon Glass wrote: On 1 August 2014 15:50, Stephen Warren wrote: ... DT schemas/bindings MUST be identical between U-Boot, Linux, FreeBSD, Barebox, ... (all of which use DT). As such, all the DT bindings MUST be discussed on the devicetree mailing list. Since you're th

Re: [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

2014-08-04 Thread Simon Glass
Hi Stephen, On 1 August 2014 15:50, Stephen Warren wrote: > On 08/01/2014 03:32 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 1 August 2014 00:06, Stephen Warren wrote: >>> >>> On 07/31/2014 04:10 PM, Simon Glass wrote: Hi Stephen, On 31 July 2014 21:16, Stephen Warr

Re: [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

2014-08-01 Thread Stephen Warren
On 08/01/2014 03:32 PM, Simon Glass wrote: Hi Stephen, On 1 August 2014 00:06, Stephen Warren wrote: On 07/31/2014 04:10 PM, Simon Glass wrote: Hi Stephen, On 31 July 2014 21:16, Stephen Warren wrote: On 07/30/2014 03:49 AM, Simon Glass wrote: Some Tegra device tree files do not inclu

Re: [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

2014-08-01 Thread Simon Glass
Hi Stephen, On 1 August 2014 00:06, Stephen Warren wrote: > On 07/31/2014 04:10 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 31 July 2014 21:16, Stephen Warren wrote: >>> >>> On 07/30/2014 03:49 AM, Simon Glass wrote: Some Tegra device tree files do not include information ab

Re: [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

2014-07-31 Thread Stephen Warren
On 07/31/2014 04:10 PM, Simon Glass wrote: Hi Stephen, On 31 July 2014 21:16, Stephen Warren wrote: On 07/30/2014 03:49 AM, Simon Glass wrote: Some Tegra device tree files do not include information about the serial ports. Add this and also add information about the input clock speed. The c

Re: [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

2014-07-31 Thread Simon Glass
Hi Stephen, On 31 July 2014 21:16, Stephen Warren wrote: > On 07/30/2014 03:49 AM, Simon Glass wrote: >> >> Some Tegra device tree files do not include information about the serial >> ports. Add this and also add information about the input clock speed. >> >> The console alias needs to be set up

Re: [U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

2014-07-31 Thread Stephen Warren
On 07/30/2014 03:49 AM, Simon Glass wrote: Some Tegra device tree files do not include information about the serial ports. Add this and also add information about the input clock speed. The console alias needs to be set up to indicate which port is used for the console. Also add a binding file

[U-Boot] [PATCH v3 14/16] tegra: dts: Add serial port details

2014-07-30 Thread Simon Glass
Some Tegra device tree files do not include information about the serial ports. Add this and also add information about the input clock speed. The console alias needs to be set up to indicate which port is used for the console. Also add a binding file since this is missing. Signed-off-by: Simon