Commit 18da1990 authored by Chunyan Zhang's avatar Chunyan Zhang Committed by Ulf Hansson

mmc: sdhci: Add version V4 definition

Added definitions for v400, v410, v420.
Signed-off-by: default avatarChunyan Zhang <zhang.chunyan@linaro.org>
Acked-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent e5378247
...@@ -3524,7 +3524,7 @@ int sdhci_setup_host(struct sdhci_host *host) ...@@ -3524,7 +3524,7 @@ int sdhci_setup_host(struct sdhci_host *host)
override_timeout_clk = host->timeout_clk; override_timeout_clk = host->timeout_clk;
if (host->version > SDHCI_SPEC_300) { if (host->version > SDHCI_SPEC_420) {
pr_err("%s: Unknown controller version (%d). You may experience problems.\n", pr_err("%s: Unknown controller version (%d). You may experience problems.\n",
mmc_hostname(mmc), host->version); mmc_hostname(mmc), host->version);
} }
......
...@@ -270,6 +270,9 @@ ...@@ -270,6 +270,9 @@
#define SDHCI_SPEC_100 0 #define SDHCI_SPEC_100 0
#define SDHCI_SPEC_200 1 #define SDHCI_SPEC_200 1
#define SDHCI_SPEC_300 2 #define SDHCI_SPEC_300 2
#define SDHCI_SPEC_400 3
#define SDHCI_SPEC_410 4
#define SDHCI_SPEC_420 5
/* /*
* End of controller registers. * End of controller registers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment