[PATCH 3/5] ARM: dts: vf500: Remove empty reg memory property

Fabio Estevam festevam at gmail.com
Tue Feb 27 10:17:25 PST 2018


From: Fabio Estevam <fabio.estevam at nxp.com>

All the vf500 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/vf500.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi
index 1e3b479..bbff011 100644
--- a/arch/arm/boot/dts/vf500.dtsi
+++ b/arch/arm/boot/dts/vf500.dtsi
@@ -47,7 +47,7 @@
 	#size-cells = <1>;
 	chosen { };
 	aliases { };
-	memory { device_type = "memory"; reg = <0 0>; };
+	memory { device_type = "memory"; };
 
 	cpus {
 		#address-cells = <1>;
-- 
2.7.4




More information about the linux-arm-kernel mailing list