projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d31c61
)
ARM: dts: imx6qp: Specify imx6qp version of PCIe core
author
Andrey Smirnov
<andrew.smirnov@gmail.com>
Wed, 20 Apr 2016 15:45:31 +0000
(08:45 -0700)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Mon, 2 May 2016 19:33:19 +0000
(14:33 -0500)
I.MX6Quad Plus has a slightly different version of PCIe core than reqular
i.MX6Quad.
Tested-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
arch/arm/boot/dts/imx6qp.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6qp.dtsi
b/arch/arm/boot/dts/imx6qp.dtsi
index
1ada714
..
886dbf2
100644
(file)
--- a/
arch/arm/boot/dts/imx6qp.dtsi
+++ b/
arch/arm/boot/dts/imx6qp.dtsi
@@
-82,5
+82,8
@@
"ldb_di0", "ldb_di1", "prg";
};
+ pcie: pcie@0x01000000 {
+ compatible = "fsl,imx6qp-pcie", "snps,dw-pcie";
+ };
};
};