ARM: dts: imx53: Fix memory node duplication
Boards based on imx53 have duplicate memory nodes: - One coming from the board dts file: memory@ - One coming from the imx53.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:

zatwierdzone przez
Shawn Guo

rodzic
6a9681168b
commit
e8fd17b900
@@ -12,6 +12,7 @@
|
||||
compatible = "fsl,imx53-smd", "fsl,imx53";
|
||||
|
||||
memory@70000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x70000000 0x40000000>;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user