]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: tegra: support Tegra124
authorStephen Warren <swarren@nvidia.com>
Fri, 24 Jan 2014 19:46:06 +0000 (12:46 -0700)
committerTom Warren <twarren@nvidia.com>
Mon, 3 Feb 2014 16:46:45 +0000 (09:46 -0700)
commita73ca4789fddce35936dd8decb1522f08b6cb620
tree92ea9fea781dea5f747daedd0b9c68a4461f9b68
parentb9dd6215ce280a460ff182f51e80b7f4bf8b019a
mmc: tegra: support Tegra124

Tegra124's MMC controller is very similar to earlier SoC generations,
and can be supported by the same driver.

However, there are some non-backwards-compatible HW differences, and
hence a new DT compatible value must be used to describe the HW. This
patch updates the driver to support that new compatible value.

That said, the HW differences are only relevant when enabling certain
high-performance transfer modes. Since the driver is currently very
simple and doesn't enable those modes, we don't actually need to address
any of these HW differences in the code yet, hence the simple nature of
this patch.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Tested-by: Thierry Reding <treding@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
drivers/mmc/tegra_mmc.c
include/fdtdec.h
lib/fdtdec.c