ARM: dts: imx51: Fix memory node duplication

Boards based on imx51 have duplicate memory nodes:

- One coming from the board dts file: memory@

- One coming from the imx51.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>
This commit is contained in:
Fabio Estevam
2018-11-05 19:14:45 -02:00
committed by Shawn Guo
parent 4951c2da1a
commit 6a9681168b
9 changed files with 8 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
};
memory@90000000 {
device_type = "memory";
reg = <0x90000000 0x20000000>;
};