diff options
author | Marco Franchi <marcofrk@gmail.com> | 2018-01-24 14:22:13 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-12 14:13:14 +0100 |
commit | 7f08e6aabdb46c095f5f32d5b252c05bdd4e5fd6 (patch) | |
tree | eccd7eeca86c241d3ebaf3e259a9d5f2e6b91ed9 /arch/arm/boot/dts/imx28.dtsi | |
parent | ARM: dts: imx: Pass empty memory size on board dts (diff) | |
download | linux-7f08e6aabdb46c095f5f32d5b252c05bdd4e5fd6.tar.xz linux-7f08e6aabdb46c095f5f32d5b252c05bdd4e5fd6.zip |
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/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index ee3396d21c01..9ad8d3556859 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -24,7 +24,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 = &mac0; |