From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 18 Apr 2023 14:11:38 +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 1pokBN-007hhT-Pc for lore@lore.pengutronix.de; Tue, 18 Apr 2023 14:11:38 +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 1pokBN-0005K5-37; Tue, 18 Apr 2023 14:11:37 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pokBG-0005Jq-Vz; Tue, 18 Apr 2023 14:11:31 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pokBG-00C5xU-BC; Tue, 18 Apr 2023 14:11:30 +0200 Received: from afa by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pokBF-008unq-FF; Tue, 18 Apr 2023 14:11:29 +0200 From: Ahmad Fatoum To: distrokit@pengutronix.de Date: Tue, 18 Apr 2023 14:11:26 +0200 Message-Id: <20230418121126.2124891-1-a.fatoum@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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: Ahmad Fatoum 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 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(-) 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