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/imx50.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/imx50.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx50.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx50.dtsi b/arch/arm/boot/dts/imx50.dtsi index 35955e63d6c5..7954e79d0a16 100644 --- a/arch/arm/boot/dts/imx50.dtsi +++ b/arch/arm/boot/dts/imx50.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 { ethernet0 = &fec; |