From cf66ecffef0855085246c2b6396ff25d5eb32526 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: 9744bf7093be ("rockchip: configure ETH LED for FastRhino R66S/R68S") Signed-off-by: Tianling Shen (cherry picked from commit 72ccbed99c51d15737e159296608d7ac46aeef4d) --- .../patches-5.15/610-arm64-rockchip-add-OF-node-for-eth.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/rockchip/patches-5.15/610-arm64-rockchip-add-OF-node-for-eth.patch b/target/linux/rockchip/patches-5.15/610-arm64-rockchip-add-OF-node-for-eth.patch index b3f2fb050d..bb940f073c 100644 --- a/target/linux/rockchip/patches-5.15/610-arm64-rockchip-add-OF-node-for-eth.patch +++ b/target/linux/rockchip/patches-5.15/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 {