diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-03-04 01:40:42 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-03-08 11:48:45 +0300 |
commit | 4217fcc59178a19c5472775c1fe1f489ac66cab1 (patch) | |
tree | 9a1b92dfb34d8250648445e6c223db8cd6763764 /arch/arm/boot/dts/vf500.dtsi | |
parent | 1a2f1395af9403c4921211aae5def57c9b87cef1 (diff) | |
download | linux-4217fcc59178a19c5472775c1fe1f489ac66cab1.tar.xz |
ARM: dts: vf500: Remove the zero length reg property
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>
Diffstat (limited to 'arch/arm/boot/dts/vf500.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vf500.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi index 1e3b479be62e..bbff0115e2fb 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>; |