]> Git Repo - linux.git/commitdiff
ARM: dts: imx6qp: Specify imx6qp version of PCIe core
authorAndrey Smirnov <[email protected]>
Wed, 20 Apr 2016 15:45:31 +0000 (08:45 -0700)
committerBjorn Helgaas <[email protected]>
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 <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
arch/arm/boot/dts/imx6qp.dtsi

index 1ada71437e49fd6735dc2e952e07d61ced7187cb..886dbf2eca49b8d24866f31cca6a5975cd71d463 100644 (file)
@@ -82,5 +82,8 @@
                                      "ldb_di0", "ldb_di1", "prg";
                };
 
+               pcie: pcie@0x01000000 {
+                       compatible = "fsl,imx6qp-pcie", "snps,dw-pcie";
+               };
        };
 };
This page took 0.060497 seconds and 4 git commands to generate.