qualcommax: ipq807x: mx5300: use existing aliases node

No need to add another aliases node just for the label-mac-device,
luckily DTC was smart enough to combine them together in the final DTB.

Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Robert Marko
2026-04-09 13:21:58 +02:00
parent 418eed6d59
commit ca0d26ae1a
@@ -19,6 +19,7 @@
led-running = &led_system_blue;
led-failsafe = &led_system_red;
led-upgrade = &led_system_green;
label-mac-device = &dp2;
};
chosen {
@@ -26,10 +27,6 @@
bootargs-append = " root=/dev/ubiblock0_0 rootfstype=squashfs ro";
};
aliases {
label-mac-device = &dp2;
};
keys {
compatible = "gpio-keys";
pinctrl-0 = <&button_pins>;