DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [DistroKit] [PATCH] v7a: wifx-l1: drop fixed partitions node from kernel DT
Date: Tue, 18 Apr 2023 14:11:26 +0200	[thread overview]
Message-ID: <20230418121126.2124891-1-a.fatoum@pengutronix.de> (raw)

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 <a.fatoum@pengutronix.de>
---
 .../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




             reply	other threads:[~2023-04-18 12:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-18 12:11 Ahmad Fatoum [this message]
2023-04-18 12:17 ` Robert Schwebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230418121126.2124891-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox