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:
f9c0c79
)
dm: pcie_fsl: Add T4240 PCIe support
author
Hou Zhiqiang
<Zhiqiang.Hou@nxp.com>
Tue, 27 Aug 2019 11:03:06 +0000
(11:03 +0000)
committer
Prabhakar Kushwaha
<prabhakar.kushwaha@nxp.com>
Wed, 28 Aug 2019 08:17:45 +0000
(13:47 +0530)
Add compatible string for T4240 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 d3d2c191e5d01560ecf8c9d5e14e95af381fe324..f15deb049540c7ab341614bf0291a407c8b7ae63 100644
(file)
--- 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 },
{ }
};