]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6qp: Specify imx6qp version of PCIe core
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Wed, 20 Apr 2016 15:45:31 +0000 (08:45 -0700)
committerBjorn 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

index 1ada71437e49fd6735dc2e952e07d61ced7187cb..886dbf2eca49b8d24866f31cca6a5975cd71d463 100644 (file)
@@ -82,5 +82,8 @@
                                      "ldb_di0", "ldb_di1", "prg";
                };
 
+               pcie: pcie@0x01000000 {
+                       compatible = "fsl,imx6qp-pcie", "snps,dw-pcie";
+               };
        };
 };