浏览代码

ramips: mt7620n: enable port 4 as EPHY by default

According to the datasheet the mt7620n have a fixed switch configuration
with 5 ephy (10/100) port. No RGMII configuration is possible.

Drop the mdio node as well. Without RGMII, the mdio node doesn't make any
sense

Signed-off-by: Giuseppe Lippolis <[email protected]>
[drop mdio node, enable port4 by default]
Signed-off-by: Mathias Kresin <[email protected]>
Giuseppe Lippolis 7 年之前
父节点
当前提交
aa5014dd1a
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      target/linux/ramips/dts/mt7620n.dtsi

+ 5 - 5
target/linux/ramips/dts/mt7620n.dtsi

@@ -293,11 +293,11 @@
 
 		mediatek,switch = <&gsw>;
 
-		mdio-bus {
-			#address-cells = <1>;
-			#size-cells = <0>;
+		port@4 {
+			compatible = "mediatek,mt7620a-gsw-port", "mediatek,eth-port";
+			reg = <4>;
 
-			status = "disabled";
+			status = "okay";
 		};
 	};
 
@@ -310,7 +310,7 @@
 
 		interrupt-parent = <&intc>;
 		interrupts = <17>;
-		mediatek,port4 = "gmac";
+		mediatek,port4 = "ephy";
 	};
 
 	ehci: ehci@101c0000 {