mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: zii-imx8mq-dev: fix warnings about missing #address-/#size-cells
@ 2025-02-14 19:15 Ahmad Fatoum
  2025-02-17  7:37 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-02-14 19:15 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: zii-imx8mq-dev: fix warnings about missing #address-/#size-cells
  2025-02-14 19:15 [PATCH] ARM: zii-imx8mq-dev: fix warnings about missing #address-/#size-cells Ahmad Fatoum
@ 2025-02-17  7:37 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-02-17  7:37 UTC (permalink / raw)
  To: barebox, Ahmad Fatoum


On Fri, 14 Feb 2025 20:15:39 +0100, Ahmad Fatoum wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] ARM: zii-imx8mq-dev: fix warnings about missing #address-/#size-cells
      https://git.pengutronix.de/cgit/barebox/commit/?id=e96aeee6f32a (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-17  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-14 19:15 [PATCH] ARM: zii-imx8mq-dev: fix warnings about missing #address-/#size-cells Ahmad Fatoum
2025-02-17  7:37 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox