[PATCH 1/3] powerpc: wii: Add unit address to /memory

From: J. Neuschäfer via B4 Relay

Date: Wed Mar 11 2026 - 13:37:55 EST


From: "J. Neuschäfer" <j.ne@xxxxxxxxxx>

This fixes the following dtschema warning:

arch/powerpc/boot/dts/wii.dtb: /: memory: False schema does not allow
{'device_type': ['memory'], 'reg': [[0, 25165824], [268435456, 67108864]]}

Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx>
---
arch/powerpc/boot/dts/wii.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/boot/dts/wii.dts b/arch/powerpc/boot/dts/wii.dts
index e46143c3230882..e001c4c6fd79ad 100644
--- a/arch/powerpc/boot/dts/wii.dts
+++ b/arch/powerpc/boot/dts/wii.dts
@@ -29,7 +29,7 @@ chosen {
bootargs = "root=/dev/mmcblk0p2 rootwait udbg-immortal";
};

- memory {
+ memory@0 {
device_type = "memory";
reg = <0x00000000 0x01800000 /* MEM1 24MB 1T-SRAM */
0x10000000 0x04000000>; /* MEM2 64MB GDDR3 */

--
2.51.0