diff --git a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c index 23a37f2bcd..ba2a052963 100644 --- a/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c +++ b/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c @@ -1332,7 +1332,7 @@ static int rtldsa_ethernet_loaded(struct platform_device *pdev) struct device_node *ports, *port; int ret = -EPROBE_DEFER; - ports = of_get_child_by_name(dn, "ports"); + ports = of_get_child_by_name(dn, "ethernet-ports"); if (!ports) return -ENODEV;