summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx28-ts4600.dts
diff options
context:
space:
mode:
authorFabio Estevam2018-11-26 13:08:56 +0100
committerShawn Guo2018-12-10 03:02:47 +0100
commit32018d1525c6b8bcdb0fd99bf61f4e56c3d25963 (patch)
tree6c74ddcef6963f62733f0fba5f907da21aca6e24 /arch/arm/boot/dts/imx28-ts4600.dts
parentARM: dts: imx23: Fix memory node duplication (diff)
downloadkernel-qcow2-linux-32018d1525c6b8bcdb0fd99bf61f4e56c3d25963.tar.gz
kernel-qcow2-linux-32018d1525c6b8bcdb0fd99bf61f4e56c3d25963.tar.xz
kernel-qcow2-linux-32018d1525c6b8bcdb0fd99bf61f4e56c3d25963.zip
ARM: dts: imx28: Fix memory node duplication
Boards based on imx28 have duplicate memory nodes: - One coming from the board dts file: memory@ - One coming from the imx28.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/imx28-ts4600.dts')
-rw-r--r--arch/arm/boot/dts/imx28-ts4600.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-ts4600.dts b/arch/arm/boot/dts/imx28-ts4600.dts
index dccdd6bcd0b2..e3fd4112e642 100644
--- a/arch/arm/boot/dts/imx28-ts4600.dts
+++ b/arch/arm/boot/dts/imx28-ts4600.dts
@@ -20,6 +20,7 @@
compatible = "technologic,imx28-ts4600", "fsl,imx28";
memory@40000000 {
+ device_type = "memory";
reg = <0x40000000 0x10000000>; /* 256MB */
};