projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55cd3e8
)
ARM: dts: vf610m4: Remove the zero length reg property
author
Fabio Estevam
<fabio.estevam@nxp.com>
Sat, 3 Mar 2018 22:40:44 +0000
(19:40 -0300)
committer
Shawn Guo
<shawnguo@kernel.org>
Thu, 8 Mar 2018 08:48:53 +0000
(16:48 +0800)
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>
arch/arm/boot/dts/vf610m4.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/vf610m4.dtsi
b/arch/arm/boot/dts/vf610m4.dtsi
index 5d52af2939a33c6a7a28b875ae1dcf66a30aacb4..8293276b55a641b30a2909155c0c900c99ca8be4 100644
(file)
--- 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 {