Commit 5fba4ce6 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: vf610m4: Remove the zero length reg property

All the vf610m4 based boards include the real memory size in their
dts files, so remove the the zero length reg property.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 55cd3e8b
......@@ -50,7 +50,7 @@ / {
#size-cells = <1>;
chosen { };
aliases { };
memory { device_type = "memory"; reg = <0 0>; };
memory { device_type = "memory"; };
};
&mscm_ir {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment