summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-06-18 11:10:54 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-23 09:56:43 +0200
commit034e4ac85a74991be4283460002782051d5a89e2 (patch)
treea239c1bb4659f9c4e3bd0e99fa972bd447b9dab5 /arch/arm
parent7bbcfc85aa5d93f5729673d5c745fb753f39a78f (diff)
downloadbarebox-034e4ac85a74991be4283460002782051d5a89e2.tar.gz
barebox-034e4ac85a74991be4283460002782051d5a89e2.tar.xz
ARM: i.MX7: warp: drop duplicate memory node
The upstream device tree already features a memory node with the correct size, but with the name memory@80000000. Drop the differently-named barebox node. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/imx7s-warp.dts5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/dts/imx7s-warp.dts b/arch/arm/dts/imx7s-warp.dts
index c901477783..8e645999cf 100644
--- a/arch/arm/dts/imx7s-warp.dts
+++ b/arch/arm/dts/imx7s-warp.dts
@@ -18,11 +18,6 @@
device-path = &bareboxenv;
};
};
-
- memory {
- device_type = "memory";
- reg = <0x80000000 0x20000000>;
- };
};
&usdhc3 {