提交 c871b91e 编写于 作者: L Lucas Stach 提交者: Shawn Guo

ARM: dts: imx6qp: reference MMDC node by handle and remove duplication

Referencing the node by handle make the QP DT more resilent against
changes of the base DT. Also remove the duplicated reg property, it's
not needed as it the same as in the base DT, just the compatible is
actually different.
Signed-off-by: NLucas Stach <l.stach@pengutronix.de>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 3b3a95c8
...@@ -81,13 +81,6 @@ ...@@ -81,13 +81,6 @@
"di0_sel", "di1_sel", "di0_sel", "di1_sel",
"ldb_di0", "ldb_di1", "prg"; "ldb_di0", "ldb_di1", "prg";
}; };
aips-bus@02100000 {
mmdc0: mmdc@021b0000 { /* MMDC0 */
compatible = "fsl,imx6qp-mmdc", "fsl,imx6q-mmdc";
reg = <0x021b0000 0x4000>;
};
};
}; };
}; };
...@@ -107,6 +100,10 @@ ...@@ -107,6 +100,10 @@
"di0", "di1"; "di0", "di1";
}; };
&mmdc0 {
compatible = "fsl,imx6qp-mmdc", "fsl,imx6q-mmdc";
};
&pcie { &pcie {
compatible = "fsl,imx6qp-pcie", "snps,dw-pcie"; compatible = "fsl,imx6qp-pcie", "snps,dw-pcie";
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册