mmc: sdhci: fix SDHCI_QUIRK_NO_HISPD_BIT handling
authoryangbo lu <yangbo.lu@nxp.com>
Tue, 15 Aug 2017 02:16:47 +0000 (10:16 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Aug 2017 13:03:36 +0000 (15:03 +0200)
commit501639bf2173ec142c48e67d391833a54965c912
treed577774a9f2743de175af708fe08da636f4eeccf
parent5b7f5eafb491d5e0a1be375688de266879dc5dc5
mmc: sdhci: fix SDHCI_QUIRK_NO_HISPD_BIT handling

SD controller with SDHCI_QUIRK_NO_HISPD_BIT quirk probably
use high speed enable bit for other purpose. So this bit
shouldn't be changed for high speed enabling for this type of
SD controller.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c