MMC host:
 - cqhci: Provide helper for resetting both SDHCI and CQHCI
 - sdhci_am654: Fix reset for CQHCI
 - sdhci-brcmstb: Fix reset for CQHCI
 - sdhci-esdhc-imx: Fix reset for CQHCI
 - sdhci-esdhc-imx: Fixup support for MMC_CAP_8_BIT_DATA
 - sdhci-of-arasan: Fix reset for CQHCI
 - sdhci-tegra: Fix reset for CQHCI
mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATA

MMC_CAP_8_BIT_DATA belongs to struct mmc_host, not struct sdhci_host.
So correct it here.

Fixes: 1ed5c3b22fc7 ("mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit bus")
Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Cc: stable@vger.kernel.org
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/1667893503-20583-1-git-send-email-haibo.chen@nxp.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 file changed