diff options
author | David Bauer <mail@david-bauer.net> | 2018-12-29 23:31:19 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-30 20:08:13 +0100 |
commit | 06b1a6e8852f96bad318d0fa7086c28287c6db42 (patch) | |
tree | ed0c63661c4ef2a787e4668cec83a83f17f36b94 /target/linux | |
parent | abc7ed2c58860fc1363129efbe9e8c60f81a802c (diff) | |
download | upstream-06b1a6e8852f96bad318d0fa7086c28287c6db42.tar.gz upstream-06b1a6e8852f96bad318d0fa7086c28287c6db42.tar.bz2 upstream-06b1a6e8852f96bad318d0fa7086c28287c6db42.zip |
ath79: fix OCEDO Koala ethernet configuration
The OCEDO Koala has incorrect PLL settings which result in ~3% packet
loss on ethernet connections.
Also omit the gmac-configuration as it's incorrect too.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/qca9558_ocedo_koala.dts | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/target/linux/ath79/dts/qca9558_ocedo_koala.dts b/target/linux/ath79/dts/qca9558_ocedo_koala.dts index 2c150971db..23835492a3 100644 --- a/target/linux/ath79/dts/qca9558_ocedo_koala.dts +++ b/target/linux/ath79/dts/qca9558_ocedo_koala.dts @@ -156,15 +156,5 @@ phy-handle = <&phy5>; phy-mode = "rgmii-rxid"; - pll-data = <0xae000000 0xa0000101 0xa0001313>; - - gmac-config { - device = <&gmac>; - - rxdv-delay = <3>; - rxd-delay = <3>; - txen-delay = <0>; - txd-delay = <0>; - rgmii-enabled = <1>; - }; + pll-data = <0x8e000000 0x80000101 0x80001313>; }; |