summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-isiot.dtsi
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-11-20 13:59:43 -0200
committerShawn Guo <shawnguo@kernel.org>2018-12-10 10:02:25 +0800
commit750d8df6e7b269b828f66631a1d39ea027afc92a (patch)
tree4bbc299ab8eedc20fb048f819ee613dd26d9ba4c /arch/arm/boot/dts/imx6ul-isiot.dtsi
parent76368cca639e95b1c15d3a3abcc3b72e1afdbb5a (diff)
ARM: dts: imx6ul: Fix memory node duplication
Boards based on imx6ul have duplicate memory nodes: - One coming from the board dts file: memory@ - One coming from the imx6ul.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/imx6ul-isiot.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6ul-isiot.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-isiot.dtsi b/arch/arm/boot/dts/imx6ul-isiot.dtsi
index b1fa3f0a684d..213e802bf35c 100644
--- a/arch/arm/boot/dts/imx6ul-isiot.dtsi
+++ b/arch/arm/boot/dts/imx6ul-isiot.dtsi
@@ -10,6 +10,7 @@
/ {
memory@80000000 {
+ device_type = "memory";
reg = <0x80000000 0x20000000>;
};