]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-of-at91: add quirk for broken HS200
authorEugen Hristev <eugen.hristev@microchip.com>
Thu, 8 Aug 2019 08:35:40 +0000 (08:35 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 22 Aug 2019 11:49:40 +0000 (13:49 +0200)
commitfa5befd01b9fd872b2e0ad16c14a2ba4bfb9ca21
tree7deb1f16437b6090433632ae614bfe3703c5323e
parent72f998a3ef28b2998264ddb5d1c95044ca53f4ee
mmc: sdhci-of-at91: add quirk for broken HS200

HS200 is not implemented in the driver, but the controller claims it
through caps. Remove it via a quirk, to make sure the mmc core do not try
to enable HS200, as it causes the eMMC initialization to fail.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Fixes: 22fa3e1cfb02 ("mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC")
Cc: stable@vger.kernel.org # v4.4+
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-of-at91.c