summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dtsi
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2018-11-26 10:40:53 -0200
committerShawn Guo <shawnguo@kernel.org>2018-12-10 10:02:54 +0800
commit38715dcd49b4430ac5b6bc1293278d91a4d32bd5 (patch)
tree38f4fcd02d9531f1e18bfeccbfb9b3d5b337da0b /arch/arm/boot/dts/imx27-phytec-phycard-s-som.dtsi
parent62864d5665c4fc636d3021f829b3ac00fa058e30 (diff)
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.dtsi1
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 */
};
};