Skip to content

Commit fbca86e

Browse files
committed
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> (cherry picked from commit 1f53503)
1 parent beaf298 commit fbca86e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-mx5300.dts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,14 @@
2828
led-running = &led_system_blue;
2929
led-failsafe = &led_system_red;
3030
led-upgrade = &led_system_green;
31+
label-mac-device = &dp2;
3132
};
3233

3334
chosen {
3435
stdout-path = "serial0:115200n8";
3536
bootargs-append = " root=/dev/ubiblock0_0 rootfstype=squashfs ro";
3637
};
3738

38-
aliases {
39-
label-mac-device = &dp2;
40-
};
41-
4239
keys {
4340
compatible = "gpio-keys";
4441
pinctrl-0 = <&button_pins>;

0 commit comments

Comments
 (0)