ARM: dts: imx7: Fix memory node duplication

Boards based on imx7 have duplicate memory nodes:

- One coming from the board dts file: memory@

- One coming from the imx7s.dtsi file.

Fix the duplication by removing the memory node from the dtsi file
and by adding 'device_type = "memory";' in the board dts.

Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
这个提交包含在:
Fabio Estevam
2018-11-06 13:40:47 -02:00
提交者 Shawn Guo
父节点 8721610a6c
当前提交 29988e867c
修改 9 个文件,包含 9 行新增3 行删除

查看文件

@@ -12,6 +12,7 @@
compatible = "boundary,imx7d-nitrogen7", "fsl,imx7d";
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};