mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
dm: pcie_fsl: Add P3041 PCIe support
Add compatible string for P3041 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
a08119bd47
commit
096d5f8015
1 changed files with 1 additions and 0 deletions
|
@ -631,6 +631,7 @@ static struct fsl_pcie_data t2080_data = {
|
|||
static const struct udevice_id fsl_pcie_ids[] = {
|
||||
{ .compatible = "fsl,pcie-p1_p2", .data = (ulong)&p1_p2_data },
|
||||
{ .compatible = "fsl,pcie-p2041", .data = (ulong)&p2041_data },
|
||||
{ .compatible = "fsl,pcie-p3041", .data = (ulong)&p2041_data },
|
||||
{ .compatible = "fsl,pcie-t102x", .data = (ulong)&t2080_data },
|
||||
{ .compatible = "fsl,pcie-t104x", .data = (ulong)&t2080_data },
|
||||
{ .compatible = "fsl,pcie-t2080", .data = (ulong)&t2080_data },
|
||||
|
|
Loading…
Reference in a new issue