]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mmc: sh_mobile_sdhi: enable HS200
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 12 Dec 2016 19:51:26 +0000 (20:51 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Feb 2017 12:19:52 +0000 (13:19 +0100)
Setup tuning when the board is HS200 enabled.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sh_mobile_sdhi.c

index 72c2dbc74c9ff24b4bea677fbf5e0ff5deacdab6..59db14b4827c332ae13209dcd65bdca25d6d8da9 100644 (file)
@@ -651,7 +651,9 @@ static int sh_mobile_sdhi_probe(struct platform_device *pdev)
                goto efree;
 
        /* Enable tuning iff we have an SCC and a supported mode */
                goto efree;
 
        /* Enable tuning iff we have an SCC and a supported mode */
-       if (of_data && of_data->scc_offset && host->mmc->caps & MMC_CAP_UHS_SDR104) {
+       if (of_data && of_data->scc_offset &&
+           (host->mmc->caps & MMC_CAP_UHS_SDR104 ||
+            host->mmc->caps2 & MMC_CAP2_HS200_1_8V_SDR)) {
                const struct sh_mobile_sdhi_scc *taps = of_data->taps;
                bool hit = false;
 
                const struct sh_mobile_sdhi_scc *taps = of_data->taps;
                bool hit = false;