[U-Boot] [PATCHv2 05/47] dm: pcie_fsl: Add T4240 PCIe support
Z.q. Hou
zhiqiang.hou at nxp.com
Tue Aug 27 11:03:06 UTC 2019
From: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
Add compatible string for T4240 PCIe.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---
V2:
- Rebased the patch.
drivers/pci/pcie_fsl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pci/pcie_fsl.c b/drivers/pci/pcie_fsl.c
index d3d2c191e5..f15deb0495 100644
--- a/drivers/pci/pcie_fsl.c
+++ b/drivers/pci/pcie_fsl.c
@@ -618,6 +618,7 @@ static struct fsl_pcie_data t2080_data = {
static const struct udevice_id fsl_pcie_ids[] = {
{ .compatible = "fsl,pcie-t2080", .data = (ulong)&t2080_data },
+ { .compatible = "fsl,pcie-t4240", .data = (ulong)&t2080_data },
{ }
};
--
2.17.1
More information about the U-Boot
mailing list