diff options
| author | Robert Marko | 2026-04-10 16:30:34 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-04-10 16:31:26 +0000 |
| commit | fbca86e8bd815921a37d432f4007564974eb3fc5 (patch) | |
| tree | 452aebf08cc58ddf96656342703797c3f98536a2 | |
| parent | beaf298c4cb6f0d678cfdc251060af207ee4bab8 (diff) | |
| download | openwrt-fbca86e8bd815921a37d432f4007564974eb3fc5.tar.gz | |
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 1f535037b19731cd37512ed00b648a35b40ad13c)
| -rw-r--r-- | target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-mx5300.dts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-mx5300.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-mx5300.dts index 68f2dcf642..fb00aff0b5 100644 --- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-mx5300.dts +++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-mx5300.dts @@ -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>; |