Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4590205b authored by Chunhe Lan's avatar Chunhe Lan Committed by Chris Ball
Browse files

mmc: sdhci-pltfm: Fix timeout on t4240's sdhci controller



This patch fixes timeout problems on t4240's sdhci controller:

	mmc0: Too large timeout requested for CMD25!
	mmc0: Too large timeout requested for CMD25!
	mmc0: Too large timeout requested for CMD25!

Signed-off-by: default avatarChunhe Lan <Chunhe.Lan@freescale.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent d88691be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ void sdhci_get_of_property(struct platform_device *pdev)

		if (of_device_is_compatible(np, "fsl,p2020-esdhc") ||
		    of_device_is_compatible(np, "fsl,p1010-esdhc") ||
		    of_device_is_compatible(np, "fsl,t4240-esdhc") ||
		    of_device_is_compatible(np, "fsl,mpc8536-esdhc"))
			host->quirks |= SDHCI_QUIRK_BROKEN_TIMEOUT_VAL;