projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
453b560
)
dm: pcie_fsl: Add P4080 PCIe support
author
Hou Zhiqiang
<Zhiqiang.Hou@nxp.com>
Tue, 27 Aug 2019 11:04:52 +0000
(11:04 +0000)
committer
Prabhakar Kushwaha
<prabhakar.kushwaha@nxp.com>
Wed, 28 Aug 2019 08:17:46 +0000
(13:47 +0530)
Add compatible string for P4080 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>
drivers/pci/pcie_fsl.c
patch
|
blob
|
history
diff --git
a/drivers/pci/pcie_fsl.c
b/drivers/pci/pcie_fsl.c
index 9b60492fc552fb29d93fb0e46b76b58a21c98f41..30fff1ede7bd5b07190354aad0edbeddab5af0d3 100644
(file)
--- a/
drivers/pci/pcie_fsl.c
+++ b/
drivers/pci/pcie_fsl.c
@@
-632,6
+632,7
@@
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-p4080", .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 },