aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6sx-sdb.dtsi
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-11-20 13:59:44 -0200
committerShawn Guo <shawnguo@kernel.org>2018-12-10 10:02:29 +0800
commit216f35fedd8688c8b654ebfbad18c6e64713fad7 (patch)
treedbe44cdf4db04000bd29c3cbb2f4f7c4ed65b4db /arch/arm/boot/dts/imx6sx-sdb.dtsi
parentARM: dts: imx6ul: Fix memory node duplication (diff)
downloadlinux-dev-216f35fedd8688c8b654ebfbad18c6e64713fad7.tar.xz
linux-dev-216f35fedd8688c8b654ebfbad18c6e64713fad7.zip
ARM: dts: imx6sx: Fix memory node duplication
Boards based on imx6sx have duplicate memory nodes: - One coming from the board dts file: memory@ - One coming from the imx6sx.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/imx6sx-sdb.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dtsi b/arch/arm/boot/dts/imx6sx-sdb.dtsi
index 53b3408b5fab..59b377436065 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dtsi
+++ b/arch/arm/boot/dts/imx6sx-sdb.dtsi
@@ -21,6 +21,7 @@
};
memory@80000000 {
+ device_type = "memory";
reg = <0x80000000 0x40000000>;
};