From: Lucas Stach Date: Fri, 17 Feb 2017 13:48:35 +0000 (+0100) Subject: ARM: dts: imx6qp: reference PCIe node by handle X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3b3a95c8bed65b833c6a2b986f3c794fe935b33d;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: imx6qp: reference PCIe node by handle By using the handle, we can avoid some duplication of the base DT and so avoid any maintenance overhead in the QP DT if the referenced node changes. Signed-off-by: Lucas Stach Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qp.dtsi b/arch/arm/boot/dts/imx6qp.dtsi index 24d071f5d9cd..bceab2d87af4 100644 --- a/arch/arm/boot/dts/imx6qp.dtsi +++ b/arch/arm/boot/dts/imx6qp.dtsi @@ -82,10 +82,6 @@ "ldb_di0", "ldb_di1", "prg"; }; - pcie: pcie@0x01000000 { - compatible = "fsl,imx6qp-pcie", "snps,dw-pcie"; - }; - aips-bus@02100000 { mmdc0: mmdc@021b0000 { /* MMDC0 */ compatible = "fsl,imx6qp-mmdc", "fsl,imx6q-mmdc"; @@ -110,3 +106,7 @@ "di0_sel", "di1_sel", "di2_sel", "di3_sel", "di0", "di1"; }; + +&pcie { + compatible = "fsl,imx6qp-pcie", "snps,dw-pcie"; +};