diff options
author | Marco Franchi <marcofrk@gmail.com> | 2018-01-24 16:22:13 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-12 16:13:14 +0300 |
commit | 7f08e6aabdb46c095f5f32d5b252c05bdd4e5fd6 (patch) | |
tree | eccd7eeca86c241d3ebaf3e259a9d5f2e6b91ed9 /arch/arm/boot/dts/imx7s.dtsi | |
parent | 6de57233aa24ccadb909f86ec6fd53ff25e6e2e0 (diff) | |
download | linux-7f08e6aabdb46c095f5f32d5b252c05bdd4e5fd6.tar.xz |
ARM: dts: imx: Remove empty memory size nodes
Remove the empty reg property from the SoC dtsi files in order to avoid
duplicate memory nodes when the correct size is passed in board dts files.
Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 9aa2bb998552..ec6292c5b2e4 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -58,7 +58,7 @@ * Also for U-Boot there must be a pre-existing /memory node. */ chosen {}; - memory { device_type = "memory"; reg = <0 0>; }; + memory { device_type = "memory"; }; aliases { gpio0 = &gpio1; |