aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/vf610-twr.dts
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-11-30 22:44:52 -0200
committerShawn Guo <shawnguo@kernel.org>2018-12-10 10:03:04 +0800
commitf535d100985548e8458cf28027198b71709a1ebe (patch)
tree18c4da09712a0ec44dc91f205779d005d7f76a47 /arch/arm/boot/dts/vf610-twr.dts
parentARM: dts: imx7: Correct mask for GIC PPI interrupts (diff)
downloadlinux-dev-f535d100985548e8458cf28027198b71709a1ebe.tar.xz
linux-dev-f535d100985548e8458cf28027198b71709a1ebe.zip
ARM: dts: vf: Fix memory node duplication
Boards based on vf500/vf600 have duplicate memory nodes: - One coming from the board dts file: memory@ - One coming from the vf500.dtsi/vf610m4.dtsi files. 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> Reviewed-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/vf610-twr.dts')
-rw-r--r--arch/arm/boot/dts/vf610-twr.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610-twr.dts b/arch/arm/boot/dts/vf610-twr.dts
index 59fceea8805d..dbb5ffcdcec4 100644
--- a/arch/arm/boot/dts/vf610-twr.dts
+++ b/arch/arm/boot/dts/vf610-twr.dts
@@ -14,6 +14,7 @@
};
memory@80000000 {
+ device_type = "memory";
reg = <0x80000000 0x8000000>;
};