[PATCH 1/3] powerpc: wii: Add unit address to /memory
J. Neuschäfer via B4 Relay
devnull+j.ne.posteo.net at kernel.org
Thu Mar 12 04:35:56 AEDT 2026
From: "J. Neuschäfer" <j.ne at posteo.net>
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 at posteo.net>
---
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 at 0 {
device_type = "memory";
reg = <0x00000000 0x01800000 /* MEM1 24MB 1T-SRAM */
0x10000000 0x04000000>; /* MEM2 64MB GDDR3 */
--
2.51.0
More information about the Linuxppc-dev
mailing list