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 1jlqZf-0001qb-6D for barebox@lists.infradead.org; Thu, 18 Jun 2020 09:11:10 +0000 From: Ahmad Fatoum Date: Thu, 18 Jun 2020 11:10:55 +0200 Message-Id: <20200618091102.30150-9-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 08/15] ARM: mvebu: remove reference to non-existant node To: barebox@lists.infradead.org Cc: Ahmad Fatoum The container node of the leds has never had the name gpio_leds, so there is no regression here, it just never worked. Instead of fixing it, just drop it. Cc: Sebastian Hesselbarth Signed-off-by: Ahmad Fatoum --- arch/arm/dts/armada-xp-openblocks-ax3-4-bb.dts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/arch/arm/dts/armada-xp-openblocks-ax3-4-bb.dts b/arch/arm/dts/armada-xp-openblocks-ax3-4-bb.dts index e88f1dc78130..e57cd8f0ce4b 100644 --- a/arch/arm/dts/armada-xp-openblocks-ax3-4-bb.dts +++ b/arch/arm/dts/armada-xp-openblocks-ax3-4-bb.dts @@ -9,14 +9,4 @@ chosen { stdout-path = "/soc/internal-regs/serial@12000"; }; - - soc { - internal-regs { - gpio_leds { - red_led { - barebox,default-trigger = "heartbeat"; - }; - }; - }; - }; }; -- 2.27.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox