Переглянути джерело

ath79: archer-x7-v5: sync ar8327 initial reg values with ar71xx

Simply dumped content of this regs in ar71xx and wrote them to DTS, as a
result port 6 on the switch will appear disconnected as on Archer C7v4.

[AS: testing and PORT6_STATUS fix]
Signed-off-by: Adrian Schmutzler <[email protected]>
Signed-off-by: Petr Štetiar <[email protected]>
Petr Štetiar 6 роки тому
батько
коміт
e2c0a2cb95

+ 5 - 2
target/linux/ath79/dts/qca9563_tplink_archer-x7-v5.dtsi

@@ -158,9 +158,12 @@
 		phy-mode = "sgmii";
 
 		qca,ar8327-initvals = <
-			0x04 0x00080080 /* PORT0 PAD MODE CTRL */
-			0x10 0x81000080 /* POWER_ON_STRIP */
+			0x04 0x80080080 /* PORT0 PAD MODE CTRL */
+			0x08 0x00000000 /* PORT5 PAD MODE CTRL */
+			0x0c 0x00000000 /* PORT6 PAD MODE CTRL */
+			0x10 0x00000080 /* POWER_ON_STRIP */
 			0x7c 0x0000007e /* PORT0_STATUS */
+			0x94 0x00000200 /* PORT6_STATUS */
 			>;
 	};
 };