[PATCH v2 3/3] ARM: dts: imx6qp: Specify imx6qp version of PCIe core
Andrey Smirnov
andrew.smirnov at gmail.com
Sun Apr 17 22:51:17 PDT 2016
I.MX6Quad Plus has a slightly different version of PCIe core than
reqular i.MX6Quad.
Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
---
Changes since v1:
- Patchset is rebased against
https://git.kernel.org/cgit/linux/kernel/git/helgaas/pci.git/log/?h=pci/host-imx6
- DTS files changes moved into a separate patch
arch/arm/boot/dts/imx6qp.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/boot/dts/imx6qp.dtsi b/arch/arm/boot/dts/imx6qp.dtsi
index 1ada714..886dbf2 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 at 0x01000000 {
+ compatible = "fsl,imx6qp-pcie", "snps,dw-pcie";
+ };
};
};
--
2.5.5
More information about the linux-arm-kernel
mailing list