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:
parent
eaade722db
commit
1f535037b1
@ -28,6 +28,7 @@
|
||||
led-running = &led_system_blue;
|
||||
led-failsafe = &led_system_red;
|
||||
led-upgrade = &led_system_green;
|
||||
label-mac-device = &dp2;
|
||||
};
|
||||
|
||||
chosen {
|
||||
@ -35,10 +36,6 @@
|
||||
bootargs-append = " root=/dev/ubiblock0_0 rootfstype=squashfs ro";
|
||||
};
|
||||
|
||||
aliases {
|
||||
label-mac-device = &dp2;
|
||||
};
|
||||
|
||||
keys {
|
||||
compatible = "gpio-keys";
|
||||
pinctrl-0 = <&button_pins>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user