diff options
author | Fabio Estevam | 2018-11-20 16:59:43 +0100 |
---|---|---|
committer | Shawn Guo | 2018-12-10 03:02:25 +0100 |
commit | 750d8df6e7b269b828f66631a1d39ea027afc92a (patch) | |
tree | 4bbc299ab8eedc20fb048f819ee613dd26d9ba4c /arch/arm/boot/dts/imx6ul-geam.dts | |
parent | ARM: dts: imx6ul-ccimx6ulsom: Add memory node to board dts (diff) | |
download | kernel-qcow2-linux-750d8df6e7b269b828f66631a1d39ea027afc92a.tar.gz kernel-qcow2-linux-750d8df6e7b269b828f66631a1d39ea027afc92a.tar.xz kernel-qcow2-linux-750d8df6e7b269b828f66631a1d39ea027afc92a.zip |
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-geam.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-geam.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-geam.dts b/arch/arm/boot/dts/imx6ul-geam.dts index e22ec5be2b78..bc77f26a2f1d 100644 --- a/arch/arm/boot/dts/imx6ul-geam.dts +++ b/arch/arm/boot/dts/imx6ul-geam.dts @@ -15,6 +15,7 @@ compatible = "engicam,imx6ul-geam", "fsl,imx6ul"; memory@80000000 { + device_type = "memory"; reg = <0x80000000 0x08000000>; }; |