From cefc543b029a7af72420a5c514245287cd3df933 Mon Sep 17 00:00:00 2001 From: Cezary Jackiewicz Date: Sun, 5 Feb 2023 07:24:05 +0100 Subject: [PATCH] ipq40xx: fix assignment of lan port numbers for Cell C RTL30VW After switching to DSA, the LAN ports in Cell C RTL30VW have swapped numbers. Assigning the right numbers. Signed-off-by: Cezary Jackiewicz --- .../ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts index 3205b7d564..6fce4ae87b 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts @@ -383,11 +383,11 @@ &swport3 { status = "okay"; - label = "lan2"; + label = "lan1"; }; &swport4 { status = "okay"; - label = "lan1"; + label = "lan2"; }; -- 2.30.2