kernel: bump to 4.4.39
[openwrt/openwrt.git] / target / linux / layerscape / patches-4.4 / 8142-drivers-mmc-Add-compatible-string-for-LS1046A.patch
1 From 81c67bb120106c4fbd9b7191ab057b48e13e3e5e Mon Sep 17 00:00:00 2001
2 From: Yutang Jiang <yutang.jiang@nxp.com>
3 Date: Tue, 8 Nov 2016 01:27:50 +0800
4 Subject: [PATCH 142/142] drivers/mmc: Add compatible string for LS1046A
5
6 Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
7 ---
8 drivers/mmc/host/sdhci-of-esdhc.c | 1 +
9 1 file changed, 1 insertion(+)
10
11 --- a/drivers/mmc/host/sdhci-of-esdhc.c
12 +++ b/drivers/mmc/host/sdhci-of-esdhc.c
13 @@ -607,6 +607,7 @@ static int sdhci_esdhc_probe(struct plat
14 of_device_is_compatible(np, "fsl,p4080-esdhc") ||
15 of_device_is_compatible(np, "fsl,p1020-esdhc") ||
16 of_device_is_compatible(np, "fsl,t1040-esdhc") ||
17 + of_device_is_compatible(np, "fsl,ls1046a-esdhc") ||
18 of_device_is_compatible(np, "fsl,ls1021a-esdhc"))
19 host->quirks &= ~SDHCI_QUIRK_BROKEN_CARD_DETECTION;
20