]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
powerpc: wii: Add unit address to /memory
authorJ. Neuschäfer <j.ne@posteo.net>
Wed, 11 Mar 2026 17:35:56 +0000 (18:35 +0100)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Wed, 1 Apr 2026 03:51:05 +0000 (09:21 +0530)
This fixes the following dtschema warning:

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

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20260311-wii-schema-v1-1-1563ac4aefa8@posteo.net
arch/powerpc/boot/dts/wii.dts

index e46143c32308828b06c220239eee2f6d1fc049b7..e001c4c6fd79ad2fafd8de0523b9d907a326cbad 100644 (file)
@@ -29,7 +29,7 @@
                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 */