diff options
| author | Hou Zhiqiang <[email protected]> | 2019-08-27 11:03:06 +0000 |
|---|---|---|
| committer | Prabhakar Kushwaha <[email protected]> | 2019-08-28 13:47:45 +0530 |
| commit | 9acc038b3990a3f74292f9c77c535e569e41dd74 (patch) | |
| tree | 7b3d4e2917c83d1117afb5ecd87074ff4bab0179 | |
| parent | f9c0c79a5a32256276eea39ec7ac2badcd031a23 (diff) | |
dm: pcie_fsl: Add T4240 PCIe support
Add compatible string for T4240 PCIe.
Signed-off-by: Hou Zhiqiang <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Prabhakar Kushwaha <[email protected]>
| -rw-r--r-- | drivers/pci/pcie_fsl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/pcie_fsl.c b/drivers/pci/pcie_fsl.c index d3d2c191e5d..f15deb04954 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 }, { } }; |
