From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jlqZu-000277-Vr for barebox@lists.infradead.org; Thu, 18 Jun 2020 09:11:24 +0000 From: Ahmad Fatoum Date: Thu, 18 Jun 2020 11:10:54 +0200 Message-Id: <20200618091102.30150-8-a.fatoum@pengutronix.de> In-Reply-To: <20200618091102.30150-1-a.fatoum@pengutronix.de> References: <20200618091102.30150-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 07/15] ARM: i.MX7: warp: drop duplicate memory node To: barebox@lists.infradead.org Cc: Ahmad Fatoum 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 --- arch/arm/dts/imx7s-warp.dts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/dts/imx7s-warp.dts b/arch/arm/dts/imx7s-warp.dts index c90147778346..8e645999cf60 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 { -- 2.27.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox