diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2016-04-20 18:45:31 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-05-02 22:33:19 +0300 |
commit | b410f3b68d7ea8ca93abeb3420684c0378b7e134 (patch) | |
tree | 8c7a8ea35ba86a4f490ffa5839e9123a04f4193e | |
parent | 4d31c6109a24892df461b6a98842935e80159a5e (diff) | |
download | linux-b410f3b68d7ea8ca93abeb3420684c0378b7e134.tar.xz |
ARM: dts: imx6qp: Specify imx6qp version of PCIe core
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>
-rw-r--r-- | arch/arm/boot/dts/imx6qp.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qp.dtsi b/arch/arm/boot/dts/imx6qp.dtsi index 1ada71437e49..886dbf2eca49 100644 --- 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"; + }; }; }; |