diff options
author | Fabio Estevam | 2018-11-20 13:59:43 -0200 |
---|---|---|
committer | Shawn Guo | 2018-12-10 10:02:25 +0800 |
commit | 750d8df6e7b269b828f66631a1d39ea027afc92a (patch) | |
tree | 4bbc299ab8eedc20fb048f819ee613dd26d9ba4c /arch/arm/boot/dts/imx6ul-tx6ul.dtsi | |
parent | 76368cca639e95b1c15d3a3abcc3b72e1afdbb5a (diff) |
ARM: dts: imx6ul: Fix memory node duplication
Boards based on imx6ul have duplicate memory nodes:
- One coming from the board dts file: memory@
- One coming from the imx6ul.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/imx6ul-tx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-tx6ul.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-tx6ul.dtsi b/arch/arm/boot/dts/imx6ul-tx6ul.dtsi index 02b5ba42cd59..bb6dbfd5546b 100644 --- a/arch/arm/boot/dts/imx6ul-tx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul-tx6ul.dtsi @@ -71,6 +71,7 @@ }; memory@80000000 { + device_type = "memory"; reg = <0x80000000 0>; /* will be filled by U-Boot */ }; |