Re: [U-Boot] [PATCH v5 10/13] tegra: Use a U-Boot-specific .dtsi file

2016-12-04 Thread Simon Glass
Hi Stephen, On 2 December 2016 at 12:19, Stephen Warren wrote: > On 11/30/2016 07:19 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 29 November 2016 at 21:09, Stephen Warren >> wrote: >>> >>> On 11/28/2016 03:09 PM, Simon Glass wrote:

Re: [U-Boot] [PATCH v5 10/13] tegra: Use a U-Boot-specific .dtsi file

2016-12-02 Thread Stephen Warren
On 11/30/2016 07:19 PM, Simon Glass wrote: Hi Stephen, On 29 November 2016 at 21:09, Stephen Warren wrote: On 11/28/2016 03:09 PM, Simon Glass wrote: Hi Stephen, On 17 November 2016 at 12:45, Stephen Warren wrote: On 11/16/2016 06:13 PM,

Re: [U-Boot] [PATCH v5 10/13] tegra: Use a U-Boot-specific .dtsi file

2016-11-30 Thread Simon Glass
Hi Stephen, On 29 November 2016 at 21:09, Stephen Warren wrote: > On 11/28/2016 03:09 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 17 November 2016 at 12:45, Stephen Warren >> wrote: >>> >>> >>> On 11/16/2016 06:13 PM, Simon Glass wrote:

Re: [U-Boot] [PATCH v5 10/13] tegra: Use a U-Boot-specific .dtsi file

2016-11-29 Thread Stephen Warren
On 11/28/2016 03:09 PM, Simon Glass wrote: Hi Stephen, On 17 November 2016 at 12:45, Stephen Warren wrote: On 11/16/2016 06:13 PM, Simon Glass wrote: With the new device-tree rules it is possible to put device-tree changes needed by U-Boot into their own file. As an

Re: [U-Boot] [PATCH v5 10/13] tegra: Use a U-Boot-specific .dtsi file

2016-11-28 Thread Simon Glass
Hi Stephen, On 17 November 2016 at 12:45, Stephen Warren wrote: > > On 11/16/2016 06:13 PM, Simon Glass wrote: >> >> With the new device-tree rules it is possible to put device-tree changes >> needed by U-Boot into their own file. As an example of this approach, move >>

Re: [U-Boot] [PATCH v5 10/13] tegra: Use a U-Boot-specific .dtsi file

2016-11-17 Thread Stephen Warren
On 11/16/2016 06:13 PM, Simon Glass wrote: With the new device-tree rules it is possible to put device-tree changes needed by U-Boot into their own file. As an example of this approach, move Tegra over to use it. Sounds like a good idea. diff --git a/arch/arm/dts/tegra20-u-boot.dtsi

[U-Boot] [PATCH v5 10/13] tegra: Use a U-Boot-specific .dtsi file

2016-11-16 Thread Simon Glass
With the new device-tree rules it is possible to put device-tree changes needed by U-Boot into their own file. As an example of this approach, move Tegra over to use it. Signed-off-by: Simon Glass --- Changes in v5: - Add a new tegra patch to use an automatically included