diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-11-06 16:40:47 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-10 03:02:19 +0100 |
commit | 29988e867cb17de7119e971f9acfad2c3fccdb47 (patch) | |
tree | 39e5f692d49f9bb5f10a04d3e98b1ee46d9bd3b5 /arch/arm/boot/dts/imx7s.dtsi | |
parent | ARM: dts: imx35: Fix memory node duplication (diff) | |
download | linux-29988e867cb17de7119e971f9acfad2c3fccdb47.tar.xz linux-29988e867cb17de7119e971f9acfad2c3fccdb47.zip |
ARM: dts: imx7: Fix memory node duplication
Boards based on imx7 have duplicate memory nodes:
- One coming from the board dts file: memory@
- One coming from the imx7s.dtsi file.
Fix the duplication by removing the memory node from the dtsi file
and by adding 'device_type = "memory";' in the board dts.
Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Fabio Estevam <festevam@gmail.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, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index aa8df7d93b2e..477901c2061c 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -17,10 +17,8 @@ * The decompressor and also some bootloaders rely on a * pre-existing /chosen node to be available to insert the * command line and merge other ATAGS info. - * Also for U-Boot there must be a pre-existing /memory node. */ chosen {}; - memory { device_type = "memory"; }; aliases { gpio0 = &gpio1; |