diff options
author | Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | 2019-10-17 03:42:52 -0700 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2019-10-21 09:06:52 +0200 |
commit | ee41b602a2a2ced06c26e6edc160b2a5e9619f0d (patch) | |
tree | 2abee243930649839cdf75a121bbbfe6ca59be3e /target/linux | |
parent | e8f79474c97949454b8d0ea966be006013471336 (diff) | |
download | upstream-ee41b602a2a2ced06c26e6edc160b2a5e9619f0d.tar.gz upstream-ee41b602a2a2ced06c26e6edc160b2a5e9619f0d.tar.bz2 upstream-ee41b602a2a2ced06c26e6edc160b2a5e9619f0d.zip |
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 <moritz@mosos.de>
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
[add remark about phy-mode property]
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi b/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi index 2d91ba1ce1..6a7154f78c 100644 --- a/target/linux/ath79/dts/qca9558_netgear_ex7300.dtsi +++ b/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>; }; |