Re: [U-Boot] [PATCH 5/7] Tegra30: Cardhu: Add DT files

2012-10-03 Thread Tom Warren
Lucas, On Tue, Oct 2, 2012 at 5:07 PM, Lucas Stach d...@lynxeye.de wrote: Am Dienstag, den 02.10.2012, 15:45 -0700 schrieb Tom Warren: These are stripped down for bringup, They'll be filled out later to match-up with the kernel DT contents, and/or as devices are brought up (mmc, usb, spi,

Re: [U-Boot] [PATCH 5/7] Tegra30: Cardhu: Add DT files

2012-10-03 Thread Stephen Warren
On 10/02/2012 04:45 PM, Tom Warren wrote: These are stripped down for bringup, They'll be filled out later to match-up with the kernel DT contents, and/or as devices are brought up (mmc, usb, spi, etc.). diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/tegra30.dtsi +/include/

Re: [U-Boot] [PATCH 5/7] Tegra30: Cardhu: Add DT files

2012-10-03 Thread Tom Warren
Stephen, On Wed, Oct 3, 2012 at 1:36 PM, Stephen Warren swar...@wwwdotorg.org wrote: On 10/02/2012 04:45 PM, Tom Warren wrote: These are stripped down for bringup, They'll be filled out later to match-up with the kernel DT contents, and/or as devices are brought up (mmc, usb, spi, etc.).

[U-Boot] [PATCH 5/7] Tegra30: Cardhu: Add DT files

2012-10-02 Thread Tom Warren
These are stripped down for bringup, They'll be filled out later to match-up with the kernel DT contents, and/or as devices are brought up (mmc, usb, spi, etc.). Signed-off-by: Tom Warren twar...@nvidia.com --- arch/arm/dts/tegra30.dtsi | 30 ++

Re: [U-Boot] [PATCH 5/7] Tegra30: Cardhu: Add DT files

2012-10-02 Thread Lucas Stach
Am Dienstag, den 02.10.2012, 15:45 -0700 schrieb Tom Warren: These are stripped down for bringup, They'll be filled out later to match-up with the kernel DT contents, and/or as devices are brought up (mmc, usb, spi, etc.). Signed-off-by: Tom Warren twar...@nvidia.com ---