X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Flayerscape%2Fpatches-4.4%2F8142-drivers-mmc-Add-compatible-string-for-LS1046A.patch;fp=target%2Flinux%2Flayerscape%2Fpatches-4.4%2F8142-drivers-mmc-Add-compatible-string-for-LS1046A.patch;h=0000000000000000000000000000000000000000;hb=19951bbf57da87093f7bde25bad41571fbdaf4d9;hp=34add83db44e67f988bf098ba97c252344ae0d4e;hpb=e3f47958dd16137ea903ca3733435862d9f602ae;p=openwrt%2Fopenwrt.git diff --git a/target/linux/layerscape/patches-4.4/8142-drivers-mmc-Add-compatible-string-for-LS1046A.patch b/target/linux/layerscape/patches-4.4/8142-drivers-mmc-Add-compatible-string-for-LS1046A.patch deleted file mode 100644 index 34add83db4..0000000000 --- a/target/linux/layerscape/patches-4.4/8142-drivers-mmc-Add-compatible-string-for-LS1046A.patch +++ /dev/null @@ -1,20 +0,0 @@ -From 81c67bb120106c4fbd9b7191ab057b48e13e3e5e Mon Sep 17 00:00:00 2001 -From: Yutang Jiang -Date: Tue, 8 Nov 2016 01:27:50 +0800 -Subject: [PATCH 142/142] drivers/mmc: Add compatible string for LS1046A - -Signed-off-by: Yutang Jiang ---- - drivers/mmc/host/sdhci-of-esdhc.c | 1 + - 1 file changed, 1 insertion(+) - ---- a/drivers/mmc/host/sdhci-of-esdhc.c -+++ b/drivers/mmc/host/sdhci-of-esdhc.c -@@ -607,6 +607,7 @@ static int sdhci_esdhc_probe(struct plat - of_device_is_compatible(np, "fsl,p4080-esdhc") || - of_device_is_compatible(np, "fsl,p1020-esdhc") || - of_device_is_compatible(np, "fsl,t1040-esdhc") || -+ of_device_is_compatible(np, "fsl,ls1046a-esdhc") || - of_device_is_compatible(np, "fsl,ls1021a-esdhc")) - host->quirks &= ~SDHCI_QUIRK_BROKEN_CARD_DETECTION; -