mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
ath79: fix wrong pll-data value for I-O DATA WN-AC-DGR devices
The pll-data value "0x56000000" is wrong for I-O DATA WN-AC1600DGR2 and WN-AC1167DGR, so there was a problem of slowing down the speed of ethernet. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
This commit is contained in:
parent
8480907e70
commit
b6e6785c88
@ -184,7 +184,7 @@
|
||||
ð0 {
|
||||
status = "okay";
|
||||
|
||||
pll-data = <0x56000000 0x00000101 0x00001616>;
|
||||
pll-data = <0xa6000000 0x00000101 0x00001616>;
|
||||
phy-handle = <&phy0>;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user