diff options
author | David Bauer <mail@david-bauer.net> | 2019-08-31 16:47:31 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2019-09-07 00:59:41 +0200 |
commit | db7a1e7c044ed1f8cf5fe8a4fc57c5dd27920337 (patch) | |
tree | 3e7d11dd9015712337b112ea8b620bfa8f0789d7 /target/linux/ath79 | |
parent | 15d84131fe3e98de546f95e0f96f00d3c11fba38 (diff) | |
download | upstream-db7a1e7c044ed1f8cf5fe8a4fc57c5dd27920337.tar.gz upstream-db7a1e7c044ed1f8cf5fe8a4fc57c5dd27920337.tar.bz2 upstream-db7a1e7c044ed1f8cf5fe8a4fc57c5dd27920337.zip |
ath79: correct OCEDO Ursus phy-mode property
This fixes the previously incorrect phy-mode for the OCEDO Ursus GMAC0.
See 62abbd587dc9 ("ath79: correct various phy-mode properties")
for more details.
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 7b137e9df920926dbd92f12450d9955c2759c92b)
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/dts/qca9558_ocedo_ursus.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9558_ocedo_ursus.dts b/target/linux/ath79/dts/qca9558_ocedo_ursus.dts index 1a92da3946..4914e03ba2 100644 --- a/target/linux/ath79/dts/qca9558_ocedo_ursus.dts +++ b/target/linux/ath79/dts/qca9558_ocedo_ursus.dts @@ -125,8 +125,10 @@ ð0 { status = "okay"; mtd-mac-address = <&art 0x00>; + + phy-mode = "rgmii-rxid"; phy-handle = <&phy1>; - pll-data = <0xa6000000 0x80000101 0x80001313>; + pll-data = <0x8e000000 0x80000101 0x80001313>; gmac_config: gmac-config { device = <&gmac>; |