commit | 750d8df6e7b269b828f66631a1d39ea027afc92a | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Tue Nov 20 13:59:43 2018 -0200 |
committer | Shawn Guo <shawnguo@kernel.org> | Mon Dec 10 10:02:25 2018 +0800 |
tree | 4bbc299ab8eedc20fb048f819ee613dd26d9ba4c | |
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>