Re: [U-Boot] [PATCH v3 1/3] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-20 Thread Tom Warren
Lucas/Stephen/etc. On Fri, Feb 15, 2013 at 4:58 AM, Lucas Stach d...@lynxeye.de wrote: Am Donnerstag, den 14.02.2013, 13:24 -0700 schrieb Stephen Warren: [...] The one issue with this is that only newer versions of dtc support the -i option. The version packaged with most distros won't

Re: [U-Boot] [PATCH v3 1/3] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-15 Thread Lucas Stach
Am Donnerstag, den 14.02.2013, 13:24 -0700 schrieb Stephen Warren: [...] The one issue with this is that only newer versions of dtc support the -i option. The version packaged with most distros won't support it. That'll mean something like MAKEALL -a arm is going to fail for a lot of

Re: [U-Boot] [PATCH v3 1/3] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-14 Thread Tom Warren
Stephen, On Wed, Feb 13, 2013 at 5:10 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/13/2013 02:44 PM, Tom Warren wrote: Linux dts files were used for those boards that didn't already have sdhci info populated. Tamonten has their own dtsi file with common sdhci nodes (sourced from

Re: [U-Boot] [PATCH v3 1/3] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-14 Thread Stephen Warren
On 02/14/2013 09:14 AM, Tom Warren wrote: Stephen, On Wed, Feb 13, 2013 at 5:10 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/13/2013 02:44 PM, Tom Warren wrote: Linux dts files were used for those boards that didn't already have sdhci info populated. Tamonten has their own dtsi

[U-Boot] [PATCH v3 1/3] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-13 Thread Tom Warren
Linux dts files were used for those boards that didn't already have sdhci info populated. Tamonten has their own dtsi file with common sdhci nodes (sourced from Linux). Signed-off-by: Tom Warren twar...@nvidia.com Tested-by: Thierry Reding thierry.red...@avionic-design.de --- v2: - cleanup

Re: [U-Boot] [PATCH v3 1/3] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files

2013-02-13 Thread Stephen Warren
On 02/13/2013 02:44 PM, Tom Warren wrote: Linux dts files were used for those boards that didn't already have sdhci info populated. Tamonten has their own dtsi file with common sdhci nodes (sourced from Linux). diff --git a/dts/Makefile b/dts/Makefile index 922c78c..2ef31e9 100644 ---