summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Pratt2021-06-12 19:37:38 +0000
committerHauke Mehrtens2022-09-11 19:54:00 +0000
commitc10750688366d14146cf6d2f0b73fd9480b29537 (patch)
tree925dacdac9a1b725b0d91f2345a722ab12681a23
parent513f9855e9ce710c379cb3af4cd86b899f637c6e (diff)
downloadopenwrt-c10750688366d14146cf6d2f0b73fd9480b29537.tar.gz
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>
-rw-r--r--target/linux/ath79/dts/ar9344_senao_ap-dual.dtsi9
1 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/ath79/dts/ar9344_senao_ap-dual.dtsi b/target/linux/ath79/dts/ar9344_senao_ap-dual.dtsi
index 09dc5806d7..c963138f6a 100644
--- a/target/linux/ath79/dts/ar9344_senao_ap-dual.dtsi
+++ b/target/linux/ath79/dts/ar9344_senao_ap-dual.dtsi
@@ -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 {