[PATCH 5/5] ARM: dts: vf610m4: Remove empty reg memory property
Fabio Estevam
festevam at gmail.com
Tue Feb 27 10:17:27 PST 2018
From: Fabio Estevam <fabio.estevam at nxp.com>
All the vf610m4 based boards include the real memory size in their
dts files, so remove the empty reg memory property.
Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
---
arch/arm/boot/dts/vf610m4.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/vf610m4.dtsi b/arch/arm/boot/dts/vf610m4.dtsi
index 5d52af2..8293276 100644
--- a/arch/arm/boot/dts/vf610m4.dtsi
+++ b/arch/arm/boot/dts/vf610m4.dtsi
@@ -50,7 +50,7 @@
#size-cells = <1>;
chosen { };
aliases { };
- memory { device_type = "memory"; reg = <0 0>; };
+ memory { device_type = "memory"; };
};
&mscm_ir {
--
2.7.4
More information about the linux-arm-kernel
mailing list