]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: tegra: add support for Tegra124
authorStephen Warren <swarren@nvidia.com>
Mon, 6 Jan 2014 18:17:47 +0000 (11:17 -0700)
committerChris Ball <chris@printf.net>
Tue, 7 Jan 2014 15:48:49 +0000 (10:48 -0500)
commit90756bf08d7168b47ee0e48c9501ad8838c23765
tree0921c2cb152849af934e5ec02c75eae5742e53e9
parent82793a517714c53e874dd54c94c3965cc118f689
mmc: tegra: add support for 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>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-tegra.c