ath79: fix RGMII delay for ar9344 Senao APs

after some trial and error, it was discovered
that by setting TX only delay on the AR8035 PHY
that setting GMAC registers is no longer necessary.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
This commit is contained in:
Michael Pratt 2021-06-12 15:37:38 -04:00 committed by Hauke Mehrtens
parent 513f9855e9
commit c107506883

View File

@ -51,16 +51,9 @@
status = "okay";
phy-handle = <&phy0>;
phy-mode = "rgmii-id";
phy-mode = "rgmii-txid";
pll-data = <0x02000000 0x00000101 0x00001313>;
gmac-config {
device = <&gmac>;
rgmii-gmac0 = <1>;
rxdv-delay = <3>;
rxd-delay = <3>;
};
};
&pcie {