Skip to content

Commit d00cd2f

Browse files
author
Fox Snowpatch
committed
1 parent 6edcf90 commit d00cd2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/powerpc/boot/dts/wii.dts

Lines changed: 4 additions & 4 deletions
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 */
@@ -246,7 +246,7 @@
246246
compatible = "gpio-leds";
247247

248248
/* This is the blue LED in the disk drive slot */
249-
drive-slot {
249+
led-0 {
250250
label = "wii:blue:drive_slot";
251251
gpios = <&GPIO 5 GPIO_ACTIVE_HIGH>;
252252
panic-indicator;
@@ -256,13 +256,13 @@
256256
gpio-keys {
257257
compatible = "gpio-keys";
258258

259-
power {
259+
button-power {
260260
label = "Power Button";
261261
gpios = <&GPIO 0 GPIO_ACTIVE_HIGH>;
262262
linux,code = <KEY_POWER>;
263263
};
264264

265-
eject {
265+
button-eject {
266266
label = "Eject Button";
267267
gpios = <&GPIO 6 GPIO_ACTIVE_HIGH>;
268268
linux,code = <KEY_EJECTCD>;

0 commit comments

Comments
 (0)