Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b3a95c8 authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo
Browse files

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: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 10ad0dda
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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";
};