Skip to content

Commit 0b98eed

Browse files
neuschaefermaddy-kerneldev
authored andcommitted
powerpc: wii: Add unit address to /memory
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@posteo.net> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20260311-wii-schema-v1-1-1563ac4aefa8@posteo.net
1 parent 054f6b9 commit 0b98eed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/powerpc/boot/dts/wii.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
bootargs = "root=/dev/mmcblk0p2 rootwait udbg-immortal";
3030
};
3131

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

0 commit comments

Comments
 (0)