diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-11-26 15:40:53 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-10 05:02:54 +0300 |
commit | 38715dcd49b4430ac5b6bc1293278d91a4d32bd5 (patch) | |
tree | 38f4fcd02d9531f1e18bfeccbfb9b3d5b337da0b /arch/arm/boot/dts/imx27-phytec-phycard-s-som.dtsi | |
parent | 62864d5665c4fc636d3021f829b3ac00fa058e30 (diff) | |
download | linux-38715dcd49b4430ac5b6bc1293278d91a4d32bd5.tar.xz |
ARM: dts: imx27: Fix memory node duplication
Boards based on imx27 have duplicate memory nodes:
- One coming from the board dts file: memory@
- One coming from the imx27.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/imx27-phytec-phycard-s-som.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycard-s-som.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dtsi b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dtsi index cbad7c88c58c..b0b4f7c00246 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dtsi +++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dtsi @@ -18,6 +18,7 @@ compatible = "phytec,imx27-pca100", "fsl,imx27"; memory@a0000000 { + device_type = "memory"; reg = <0xa0000000 0x08000000>; /* 128MB */ }; }; |