diff options
author | Marco Franchi <marcofrk@gmail.com> | 2018-01-24 11:22:13 -0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-12 21:13:14 +0800 |
commit | 7f08e6aabdb46c095f5f32d5b252c05bdd4e5fd6 (patch) | |
tree | eccd7eeca86c241d3ebaf3e259a9d5f2e6b91ed9 /arch/arm/boot/dts/imx1.dtsi | |
parent | 6de57233aa24ccadb909f86ec6fd53ff25e6e2e0 (diff) |
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/imx1.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx1.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx1.dtsi b/arch/arm/boot/dts/imx1.dtsi index 20f6565c337d..f7b9edf93f5e 100644 --- a/arch/arm/boot/dts/imx1.dtsi +++ b/arch/arm/boot/dts/imx1.dtsi @@ -25,7 +25,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; |