diff options
| author | Robert Marko | 2026-04-10 16:30:34 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-04-10 16:30:34 +0000 |
| commit | 1f535037b19731cd37512ed00b648a35b40ad13c (patch) | |
| tree | 7773e3b657d7154e7e34ec2241e05263f16808a0 | |
| parent | eaade722db78548dd48025859b64a28fb131f4b3 (diff) | |
| download | openwrt-1f535037b19731cd37512ed00b648a35b40ad13c.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>
| -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 89e60ef24c..2476d1c800 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>; |