summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx25-karo-tx25.dts
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-11-26 15:40:54 +0300
committerShawn Guo <shawnguo@kernel.org>2018-12-10 05:02:58 +0300
commit59d8bb363f563e4a147a291037bf979cb8ff9a59 (patch)
treec07276f255661ecf948277bb4efc9475f4abd98d /arch/arm/boot/dts/imx25-karo-tx25.dts
parent38715dcd49b4430ac5b6bc1293278d91a4d32bd5 (diff)
downloadlinux-59d8bb363f563e4a147a291037bf979cb8ff9a59.tar.xz
ARM: dts: imx25: Fix memory node duplication
Boards based on imx25 have duplicate memory nodes: - One coming from the board dts file: memory@ - One coming from the imx25.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/imx25-karo-tx25.dts')
-rw-r--r--arch/arm/boot/dts/imx25-karo-tx25.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx25-karo-tx25.dts b/arch/arm/boot/dts/imx25-karo-tx25.dts
index 5cb6967866c0..f37e9a75a3ca 100644
--- a/arch/arm/boot/dts/imx25-karo-tx25.dts
+++ b/arch/arm/boot/dts/imx25-karo-tx25.dts
@@ -37,6 +37,7 @@
};
memory@80000000 {
+ device_type = "memory";
reg = <0x80000000 0x02000000 0x90000000 0x02000000>;
};
};