mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 17:01:44 +04:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user