From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 2/2] ARM: dts: Use upstream eMMC boot partition binding
Date: Thu, 5 Dec 2024 09:55:30 +0100 [thread overview]
Message-ID: <20241205085530.3897385-2-s.hauer@pengutronix.de> (raw)
In-Reply-To: <20241205085530.3897385-1-s.hauer@pengutronix.de>
barebox supports partitioning the eMMC boot partitions via device tree.
Linux recently gained that functionality as well, but with different
node names. Update the node names to the Linux binding.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/dts/imx50-kindle-common.dtsi | 2 +-
arch/arm/dts/imx7d-phyboard-zeta.dts | 2 +-
arch/arm/dts/imx7s-warp.dts | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/dts/imx50-kindle-common.dtsi b/arch/arm/dts/imx50-kindle-common.dtsi
index 92933e6912..c286dcb2e9 100644
--- a/arch/arm/dts/imx50-kindle-common.dtsi
+++ b/arch/arm/dts/imx50-kindle-common.dtsi
@@ -153,7 +153,7 @@ diags_kernel: diags_kernel@e41000 {
};
};
- boot0-partitions {
+ partitions-boot1 {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
diff --git a/arch/arm/dts/imx7d-phyboard-zeta.dts b/arch/arm/dts/imx7d-phyboard-zeta.dts
index a34f12f616..211c72604e 100644
--- a/arch/arm/dts/imx7d-phyboard-zeta.dts
+++ b/arch/arm/dts/imx7d-phyboard-zeta.dts
@@ -37,7 +37,7 @@ &fec1 {
&usdhc3 {
status = "okay";
- boot0-partitions {
+ partitions-boot1 {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
diff --git a/arch/arm/dts/imx7s-warp.dts b/arch/arm/dts/imx7s-warp.dts
index 3cae11b6a2..d84b9ed434 100644
--- a/arch/arm/dts/imx7s-warp.dts
+++ b/arch/arm/dts/imx7s-warp.dts
@@ -21,7 +21,7 @@ environment {
};
&usdhc3 {
- boot0-partitions {
+ partitions-boot1 {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
--
2.39.5
next prev parent reply other threads:[~2024-12-05 8:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-05 8:55 [PATCH 1/2] mci: parse upstream boot/gp " Sascha Hauer
2024-12-05 8:55 ` Sascha Hauer [this message]
2024-12-06 9:43 ` Sascha Hauer
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=20241205085530.3897385-2-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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