浏览代码

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 <[email protected]>
Cezary Jackiewicz 2 年之前
父节点
当前提交
cefc543b02
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts

+ 2 - 2
target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts

@@ -383,11 +383,11 @@
 &swport3 {
 &swport3 {
 	status = "okay";
 	status = "okay";
 
 
-	label = "lan2";
+	label = "lan1";
 };
 };
 
 
 &swport4 {
 &swport4 {
 	status = "okay";
 	status = "okay";
 
 
-	label = "lan1";
+	label = "lan2";
 };
 };