aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx23-evk.dts
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-11-26 10:08:55 -0200
committerShawn Guo <shawnguo@kernel.org>2018-12-10 10:02:43 +0800
commitb629e83520fafe6f4c2f3e8c88c78a496fc4987c (patch)
treeb2507d693c0a9c089462de7b1673c559a8e3e91e /arch/arm/boot/dts/imx23-evk.dts
parentARM: dts: imx6: Switch NXP board dts to SPDX identifier (diff)
downloadlinux-dev-b629e83520fafe6f4c2f3e8c88c78a496fc4987c.tar.xz
linux-dev-b629e83520fafe6f4c2f3e8c88c78a496fc4987c.zip
ARM: dts: imx23: Fix memory node duplication
Boards based on imx23 have duplicate memory nodes: - One coming from the board dts file: memory@ - One coming from the imx23.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/imx23-evk.dts')
-rw-r--r--arch/arm/boot/dts/imx23-evk.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx23-evk.dts b/arch/arm/boot/dts/imx23-evk.dts
index 98efe1aeb26a..0b2701ca2921 100644
--- a/arch/arm/boot/dts/imx23-evk.dts
+++ b/arch/arm/boot/dts/imx23-evk.dts
@@ -10,6 +10,7 @@
compatible = "fsl,imx23-evk", "fsl,imx23";
memory@40000000 {
+ device_type = "memory";
reg = <0x40000000 0x08000000>;
};