ARM: dts: vf500: Remove the zero length reg property
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 3 Mar 2018 22:40:42 +0000 (19:40 -0300)
committerShawn Guo <shawnguo@kernel.org>
Thu, 8 Mar 2018 08:48:45 +0000 (16:48 +0800)
All the vf500 based boards include the real memory size in their
dts files, so remove the zero length reg property.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vf500.dtsi

index 1e3b479..bbff011 100644 (file)
@@ -47,7 +47,7 @@
        #size-cells = <1>;
        chosen { };
        aliases { };
-       memory { device_type = "memory"; reg = <0 0>; };
+       memory { device_type = "memory"; };
 
        cpus {
                #address-cells = <1>;