]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: tegra: Disable UHS-I modes for tegra114
authorJon Hunter <jonathanh@nvidia.com>
Fri, 26 Feb 2016 09:34:17 +0000 (09:34 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 16 Mar 2016 11:35:37 +0000 (12:35 +0100)
commit7bf037d6ac4768e228e337afd7b6c6d98f947f9f
tree45c9876d8e8adaf303d5e5bb1329f73ccd4222c0
parent887171c730752e26218ed210717df60173d58426
mmc: tegra: Disable UHS-I modes for tegra114

SD card support for Tegra114 started failing after commit a8e326a911d3
("mmc: tegra: implement module external clock change") was merged. This
commit was part of a series to enable UHS-I modes for Tegra. To
workaround this problem for now, disable UHS-I modes for Tegra114 by
separating the soc data structures for Tegra114 and Tegra124 so that
UHS-I is still enabled for Tegra124 but not Tegra114.

Fixes: a8e326a911d3 ("mmc: tegra: implement module external clock change")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Thierry Reding <treding@nvidia.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-tegra.c