diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-03-03 23:40:44 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-03-08 09:48:53 +0100 |
commit | 5fba4ce6ad1896ebd78cf8d4457a7383e0279265 (patch) | |
tree | 942e64fd8d4f56152fcd1494d11d47238c48b7dc /arch/arm/boot/dts/vf610m4.dtsi | |
parent | ARM: dts: vf610m4: Remove skeleton.dtsi inclusion (diff) | |
download | linux-5fba4ce6ad1896ebd78cf8d4457a7383e0279265.tar.xz linux-5fba4ce6ad1896ebd78cf8d4457a7383e0279265.zip |
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: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/vf610m4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vf610m4.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vf610m4.dtsi b/arch/arm/boot/dts/vf610m4.dtsi index 5d52af2939a3..8293276b55a6 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 { |