From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 21 Feb 2013 12:42:44 -0700 Subject: [U-Boot] [PATCH v6 3/4] Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files In-Reply-To: <1361465145-2632-4-git-send-email-twarren@nvidia.com> References: <1361465145-2632-1-git-send-email-twarren@nvidia.com> <1361465145-2632-4-git-send-email-twarren@nvidia.com> Message-ID: <512678B4.6080302@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/21/2013 09:45 AM, 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). > v6: > - change ARCH_CPU_DTS to "tegra20.dtsi" Oh. That should be a separate patch, or part of patch 1. It has nothing to do with SDHCI.