From d720ad52543a5ead7e7e9a3f201bea3ae2619f75 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 10 Nov 2025 17:09:43 +0800 Subject: [PATCH] rockchip: fix assign IRQ SMP affinity for Radxa E52C The ifname was renamed to `lan`/`wan` in commit 1f1db7543220 ("rockchip: make NIC name predictable for Radxa E52C/ROCK 5 ITX/ROCK 5T"), update accordingly. Fixes: 1f1db7543220 ("rockchip: make NIC name predictable for Radxa E52C/ROCK 5 ITX/ROCK 5T") Signed-off-by: Tianling Shen Link: https://github.com/openwrt/openwrt/pull/20722 Signed-off-by: Hauke Mehrtens --- .../armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity b/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity index 9e46f6bf0b..86fd721c81 100644 --- a/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity +++ b/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity @@ -53,7 +53,6 @@ friendlyarm,nanopi-r4s-enterprise|\ friendlyarm,nanopi-r6c|\ friendlyarm,nanopi-r76s|\ friendlyarm,nanopc-t6|\ -radxa,e52c|\ radxa,rock-5-itx|\ radxa,rock-5t) set_interface_core 10 "eth0" @@ -74,5 +73,9 @@ radxa,rock-5c) set_interface_core 10 "eth1" set_interface_core 20 "eth2" ;; +radxa,e52c) + set_interface_core 10 "lan" + set_interface_core 20 "wan" + ;; esac -- 2.30.2