From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 18 Apr 2023 14:17:20 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pokGt-007i54-6F for lore@lore.pengutronix.de; Tue, 18 Apr 2023 14:17:20 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pokGt-000696-4J; Tue, 18 Apr 2023 14:17:19 +0200 Received: from pty.hi.pengutronix.de ([2001:67c:670:100:1d::c5]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pokGr-00068r-P4; Tue, 18 Apr 2023 14:17:17 +0200 Received: from rsc by pty.hi.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pokGr-000Yuv-7d; Tue, 18 Apr 2023 14:17:17 +0200 Date: Tue, 18 Apr 2023 14:17:17 +0200 From: Robert Schwebel To: Ahmad Fatoum Message-ID: References: <20230418121126.2124891-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230418121126.2124891-1-a.fatoum@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [DistroKit] [PATCH] v7a: wifx-l1: drop fixed partitions node from kernel DT X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Tue, Apr 18, 2023 at 02:11:26PM +0200, Ahmad Fatoum wrote: > Bootloader will fix up its own partition description into the kernel > device tree, so the description in the kernel DT serves no purpose and > is at worst confusing. Drop it. > > Signed-off-by: Ahmad Fatoum > --- > .../platform-v7a/dts/at91-sama5d4_wifx_l1.dts | 26 ------------------- > 1 file changed, 26 deletions(-) Applied. > diff --git a/configs/platform-v7a/dts/at91-sama5d4_wifx_l1.dts b/configs/platform-v7a/dts/at91-sama5d4_wifx_l1.dts > index 5332177ad3be..58de3e9c6c72 100644 > --- a/configs/platform-v7a/dts/at91-sama5d4_wifx_l1.dts > +++ b/configs/platform-v7a/dts/at91-sama5d4_wifx_l1.dts > @@ -272,32 +272,6 @@ rtc_internal: &{/ahb/apb/rtc@fc0686b0} { > nand-ecc-mode = "hw"; > nand-on-flash-bbt; > label = "atmel_nand"; > - > - partitions { > - compatible = "fixed-partitions"; > - #address-cells = <1>; > - #size-cells = <1>; > - > - at91bootstrap@0 { > - label = "at91bootstrap"; > - reg = <0x0 0x40000>; > - }; > - > - uboot@40000 { > - label = "uboot"; > - reg = <0x40000 0xC0000>; > - }; > - > - env_nand: uboot-env@100000 { > - label = "uboot-env"; > - reg = <0x100000 0x80000>; > - }; > - > - ubi@180000 { > - label = "ubi"; > - reg = <0x180000 0x3FE00000>; > - }; > - }; > }; > }; > > -- > 2.39.2 > > > -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |