Sfoglia il codice sorgente

realtek: fix SFP ports on the dlink 10port switch

Signed-off-by: John Crispin <[email protected]>
John Crispin 5 anni fa
parent
commit
9aabd934a9

+ 2 - 2
target/linux/realtek/dts/rtl8382_d-link_dgs-1210-10p.dts

@@ -132,8 +132,8 @@
 		SWITCH_PORT(13, 6, internal)
 		SWITCH_PORT(14, 7, internal)
 		SWITCH_PORT(15, 8, internal)
-		SWITCH_PORT(24, 9, internal)
-		SWITCH_PORT(26, 10, internal)
+		SWITCH_SFP_PORT(24, 9, rgmii-id)
+		SWITCH_SFP_PORT(26, 10, rgmii-id)
 
 		port@28 {
 			ethernet = <&ethernet0>;

+ 12 - 0
target/linux/realtek/dts/rtl838x.dtsi

@@ -35,6 +35,18 @@
 		phy-mode = #m ; \
 	};
 
+#define SWITCH_SFP_PORT(n, s, m) \
+	port@##n { \
+		reg = <##n>; \
+		label = SWITCH_PORT_LABEL(s) ; \
+		phy-handle = <&phy##n>; \
+		phy-mode = #m ; \
+		fixed-link { \
+			speed = <1000>; \
+			full-duplex; \
+		}; \
+	};
+
 / {
 	#address-cells = <1>;
 	#size-cells = <1>;