[PATCH] ARM: zii-imx8mq-dev: fix warnings about missing #address-/#size-cells
Ahmad Fatoum
a.fatoum at pengutronix.de
Fri Feb 14 11:15:39 PST 2025
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 at 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 at a4} {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
lru_part_number: lru-part-number at 21 {
reg = <0x21 15>;
read-only;
--
2.39.5
More information about the barebox
mailing list