mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] ARM: zii-imx8mq-dev: fix warnings about missing #address-/#size-cells
Date: Fri, 14 Feb 2025 20:15:39 +0100	[thread overview]
Message-ID: <20250214191539.1399572-1-a.fatoum@pengutronix.de> (raw)

Upstream has recently dropped the #address-cells and #size-cells
properties, because there are no child nodes upstream.

Add them in barebox and fix the warnings.

Fixes: 57b3c5bd0a0c ("dts: update to v6.14-rc1")
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/arm/dts/imx8mq-zii-ultra.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/dts/imx8mq-zii-ultra.dtsi b/arch/arm/dts/imx8mq-zii-ultra.dtsi
index d45c24302799..9993ee969e4a 100644
--- a/arch/arm/dts/imx8mq-zii-ultra.dtsi
+++ b/arch/arm/dts/imx8mq-zii-ultra.dtsi
@@ -70,6 +70,9 @@ &i210 {
 };
 
 &{uart2/mcu/eeprom@a4} {
+	#address-cells = <1>;
+	#size-cells = <1>;
+
 	lru_part_number: lru-part-number@21 {
 		reg = <0x21 15>;
 		read-only;
-- 
2.39.5




             reply	other threads:[~2025-02-14 19:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-14 19:15 Ahmad Fatoum [this message]
2025-02-17  7:37 ` 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=20250214191539.1399572-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@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