diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-11-26 13:40:54 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-10 03:02:58 +0100 |
commit | 59d8bb363f563e4a147a291037bf979cb8ff9a59 (patch) | |
tree | c07276f255661ecf948277bb4efc9475f4abd98d /arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi | |
parent | ARM: dts: imx27: Fix memory node duplication (diff) | |
download | linux-59d8bb363f563e4a147a291037bf979cb8ff9a59.tar.xz linux-59d8bb363f563e4a147a291037bf979cb8ff9a59.zip |
ARM: dts: imx25: Fix memory node duplication
Boards based on imx25 have duplicate memory nodes:
- One coming from the board dts file: memory@
- One coming from the imx25.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/imx25-eukrea-cpuimx25.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi b/arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi index e316fe08837a..e4d7da267532 100644 --- a/arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi +++ b/arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi @@ -18,6 +18,7 @@ compatible = "eukrea,cpuimx25", "fsl,imx25"; memory@80000000 { + device_type = "memory"; reg = <0x80000000 0x4000000>; /* 64M */ }; }; |