ad907e1c03
Add support for NXP layerscape ls1046ardb 64b/32b Dev board. LS1046ARDB Specification: ------------------------- Memory subsystem: * 8GByte DDR4 SDRAM (64bit bus) * 512 Mbyte NAND flash * Two 64 Mbyte high-speed SPI flash * SD connector to interface with the SD memory card * On-board 4G eMMC Ethernet: * Two XFI 10G ports * Two SGMII ports * Two RGMII ports PCIe: * PCIe1 (SerDes2 Lane0) to miniPCIe slot * PCIe2 (SerDes2 Lane1) to x2 PCIe slot * PCIe3 (SerDes2 Lane2) to x4 PCIe slot * USB 3.0: one super speed USB 3.0 type A port, one Micro-AB port * UART: supports two UARTs up to 115200 bps for console Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
25 lines
976 B
Diff
25 lines
976 B
Diff
From 81c67bb120106c4fbd9b7191ab057b48e13e3e5e Mon Sep 17 00:00:00 2001
|
|
From: Yutang Jiang <yutang.jiang@nxp.com>
|
|
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 <yutang.jiang@nxp.com>
|
|
---
|
|
drivers/mmc/host/sdhci-of-esdhc.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c
|
|
index a04ed4e..1116d38 100644
|
|
--- 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 platform_device *pdev)
|
|
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;
|
|
|
|
--
|
|
1.7.9.5
|
|
|