From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 20 Feb 2013 15:40:53 -0700 Subject: [U-Boot] [PATCH v5 0/4] Tegra: MMC: Add DT support for MMC to T20 boards In-Reply-To: <1361394350-16585-1-git-send-email-twarren@nvidia.com> References: <1361394350-16585-1-git-send-email-twarren@nvidia.com> Message-ID: <512550F5.3050707@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/20/2013 02:05 PM, Tom Warren wrote: > This patchset adds device-tree support to the Tegra MMC driver. > All device config is done via properties in the DT files instead > of hard-coded config options/function arguments. > > I've tested this on my Seaboard and everything works fine, > including card detect. For the other T20 boards, I've used > the Linux kernel DTS files for the sdhci nodes where there > wasn't one already, or expanded the info that was already > there. Everything builds fine, but I haven't tested anything > but Seaboard. The series, Tested-by: Stephen Warren (On Harmony only, which was one of the 2 problematic boards for v4)