File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 */
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;
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>;
You can’t perform that action at this time.
0 commit comments