ipq40xx: fix assignment of lan port numbers for Cell C RTL30VW
authorCezary Jackiewicz <cezary@eko.one.pl>
Sun, 5 Feb 2023 06:24:05 +0000 (07:24 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 6 Feb 2023 12:26:58 +0000 (13:26 +0100)
After switching to DSA, the LAN ports in Cell C RTL30VW have swapped numbers. Assigning the right numbers.

Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts

index 3205b7d56405ebf79a3d29c4ab43034f2abdff57..6fce4ae87b5162685112f78847401e7771292f28 100644 (file)
 &swport3 {
        status = "okay";
 
-       label = "lan2";
+       label = "lan1";
 };
 
 &swport4 {
        status = "okay";
 
-       label = "lan1";
+       label = "lan2";
 };