diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-11-05 22:14:46 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-10 03:02:06 +0100 |
commit | e8fd17b900a4a1e3a8bef7b44727cbad35db05a7 (patch) | |
tree | 1ac19b5cdf8e567b09dabdbe1083641843472bdc /arch/arm/boot/dts/imx53-tqma53.dtsi | |
parent | ARM: dts: imx51: Fix memory node duplication (diff) | |
download | linux-e8fd17b900a4a1e3a8bef7b44727cbad35db05a7.tar.xz linux-e8fd17b900a4a1e3a8bef7b44727cbad35db05a7.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx53-tqma53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53-tqma53.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53-tqma53.dtsi b/arch/arm/boot/dts/imx53-tqma53.dtsi index a72b8981fc3b..c77d58f06c94 100644 --- a/arch/arm/boot/dts/imx53-tqma53.dtsi +++ b/arch/arm/boot/dts/imx53-tqma53.dtsi @@ -17,6 +17,7 @@ compatible = "tq,tqma53", "fsl,imx53"; memory@70000000 { + device_type = "memory"; reg = <0x70000000 0x40000000>; /* Up to 1GiB */ }; |