From 72ccbed99c51d15737e159296608d7ac46aeef4d Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 18 May 2024 13:06:21 +0800 Subject: [PATCH] rockchip: fix eth index name for FastRhino R68S Fixes: #1298 Fixes: 8d4ca6128839 ("rockchip: configure ETH LED for FastRhino R66S/R68S") Signed-off-by: Tianling Shen --- .../patches-6.6/610-arm64-rockchip-add-OF-node-for-eth.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/rockchip/patches-6.6/610-arm64-rockchip-add-OF-node-for-eth.patch b/target/linux/rockchip/patches-6.6/610-arm64-rockchip-add-OF-node-for-eth.patch index 5539186243..ceb777def0 100644 --- a/target/linux/rockchip/patches-6.6/610-arm64-rockchip-add-OF-node-for-eth.patch +++ b/target/linux/rockchip/patches-6.6/610-arm64-rockchip-add-OF-node-for-eth.patch @@ -183,11 +183,11 @@ Signed-off-by: David Bauer }; +&rtl8125_1 { -+ label = "eth4"; ++ label = "eth3"; +}; + +&rtl8125_2 { -+ label = "eth3"; ++ label = "eth2"; +}; + &sdhci {