[openwrt/openwrt] ipq40xx: dts: remove useless ethernet0 alias for WIA3300-20

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 30 15:47:05 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9f5cb258678d0c2c2dd76d7c274544dafb27a50e

commit 9f5cb258678d0c2c2dd76d7c274544dafb27a50e
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Tue Oct 21 12:07:52 2025 +0800

    ipq40xx: dts: remove useless ethernet0 alias for WIA3300-20
    
    The MAC addresses of this device are not assigned by the bootloader.
    Therefore, this alias is useless.
    
    Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/20478
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 .../files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-wia3300-20.dts       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-wia3300-20.dts b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-wia3300-20.dts
index eb45f234b4..ed71c1acaf 100644
--- a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-wia3300-20.dts
+++ b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-wia3300-20.dts
@@ -11,8 +11,6 @@
 	model = "SKSpruce WIA3300-20";
 
 	aliases {
-		// TODO: Verify if the ethernet0 alias is needed
-		ethernet0 = &gmac;
 		label-mac-device = &gmac;
 		led-boot = &led_status_red;
 		led-failsafe = &led_status_lime;




More information about the lede-commits mailing list