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

2013-02-11 Thread Scott Wood
On 02/05/2013 10:56:59 PM, Simon Glass wrote: Hi, On Tue, Feb 5, 2013 at 12:49 PM, Stephen Warren swar...@wwwdotorg.org wrote: Right now, I believe your/Simon's policy on DT is to only include in the U-Boot .dts files what's actually needed for U-Boot. I've asked that this be done on a

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

2013-02-05 Thread Stephen Warren
On 02/04/2013 04:48 PM, Tom Warren wrote: Linux dts files were used for those boards that didn't already have sdhci info populated. If a cd-gpio was present, I set removable = 1, else removable = 0. diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi sdhci@c8000200 {

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

2013-02-05 Thread Tom Warren
Stephen, On Tue, Feb 5, 2013 at 12:54 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/04/2013 04:48 PM, Tom Warren wrote: Linux dts files were used for those boards that didn't already have sdhci info populated. If a cd-gpio was present, I set removable = 1, else removable = 0. diff

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

2013-02-05 Thread Stephen Warren
On 02/05/2013 01:29 PM, Tom Warren wrote: Stephen, On Tue, Feb 5, 2013 at 12:54 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/04/2013 04:48 PM, Tom Warren wrote: Linux dts files were used for those boards that didn't already have sdhci info populated. If a cd-gpio was present, I set

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

2013-02-05 Thread Simon Glass
Hi, On Tue, Feb 5, 2013 at 12:49 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/05/2013 01:29 PM, Tom Warren wrote: Stephen, On Tue, Feb 5, 2013 at 12:54 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 02/04/2013 04:48 PM, Tom Warren wrote: Linux dts files were used for those

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

2013-02-04 Thread Tom Warren
Linux dts files were used for those boards that didn't already have sdhci info populated. If a cd-gpio was present, I set removable = 1, else removable = 0. Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/dts/tegra20.dtsi| 12 +++