mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
dm: pcie_fsl: Add T102x PCIe support
Add compatible string for T102x PCIe. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
This commit is contained in:
parent
5c8219ee7b
commit
a8c79f6189
1 changed files with 1 additions and 0 deletions
|
@ -617,6 +617,7 @@ static struct fsl_pcie_data t2080_data = {
|
|||
};
|
||||
|
||||
static const struct udevice_id fsl_pcie_ids[] = {
|
||||
{ .compatible = "fsl,pcie-t102x", .data = (ulong)&t2080_data },
|
||||
{ .compatible = "fsl,pcie-t2080", .data = (ulong)&t2080_data },
|
||||
{ .compatible = "fsl,pcie-t4240", .data = (ulong)&t2080_data },
|
||||
{ }
|
||||
|
|
Loading…
Add table
Reference in a new issue