Browse Source

ath79: fix gigabit link pll-data for EX7300

The device did not appear to be reachable unless the connection were
forced to 100Mb or lower. Revert to previously working pll-data.

Also fix the phy-mode to represent the actual state needed for ethernet
to function.

Reported-by: Moritz Schreiber <[email protected]>
Signed-off-by: Daniel Gimpelevich <[email protected]>
[add remark about phy-mode property]
Signed-off-by: David Bauer <[email protected]>
Daniel Gimpelevich 6 years ago
parent
commit
ee41b602a2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi

+ 2 - 2
target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi

@@ -216,7 +216,7 @@
 	mtd-mac-address = <&caldata 0x00>;
 
 	phy-handle = <&phy4>;
-	phy-mode = "rgmii";
+	phy-mode = "rgmii-rxid";
 
-	pll-data = <0x83000000 0x80000101 0x80001313>;
+	pll-data = <0x86000000 0x80000101 0x80001313>;
 };