mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ath79: correct OCEDO Ursus phy-mode property
This fixes the previously incorrect phy-mode for the OCEDO Ursus GMAC0. See62abbd587d("ath79: correct various phy-mode properties") for more details. Signed-off-by: David Bauer <mail@david-bauer.net> (cherry picked from commit7b137e9df9)
This commit is contained in:
parent
15d84131fe
commit
db7a1e7c04
1 changed files with 3 additions and 1 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue