summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx23-xfi3.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-xfi3.dts
parent07a4b4600974c5473131dc3a48a532128ee094d3 (diff)
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-xfi3.dts')
-rw-r--r--arch/arm/boot/dts/imx23-xfi3.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx23-xfi3.dts b/arch/arm/boot/dts/imx23-xfi3.dts
index db53089fb7fb..a6213c590f94 100644
--- a/arch/arm/boot/dts/imx23-xfi3.dts
+++ b/arch/arm/boot/dts/imx23-xfi3.dts
@@ -49,6 +49,7 @@
compatible = "creative,x-fi3", "fsl,imx23";
memory@40000000 {
+ device_type = "memory";
reg = <0x40000000 0x04000000>;
};