diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2018-09-11 04:57:09 +0900 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-09-26 20:35:07 +0200 |
commit | b6e6785c88abe5183a6c8ebcd20e1175933883d5 (patch) | |
tree | 7b833c98adec751b8f83b9d16e616beef1cdedb3 /target/linux | |
parent | 8480907e7074de14f76335a20e4880ef89ae5135 (diff) | |
download | upstream-b6e6785c88abe5183a6c8ebcd20e1175933883d5.tar.gz upstream-b6e6785c88abe5183a6c8ebcd20e1175933883d5.tar.bz2 upstream-b6e6785c88abe5183a6c8ebcd20e1175933883d5.zip |
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/qca9557_iodata_wn-ac-dgr.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9557_iodata_wn-ac-dgr.dtsi b/target/linux/ath79/dts/qca9557_iodata_wn-ac-dgr.dtsi index 04eaca8613..bb881c9fd2 100644 --- a/target/linux/ath79/dts/qca9557_iodata_wn-ac-dgr.dtsi +++ b/target/linux/ath79/dts/qca9557_iodata_wn-ac-dgr.dtsi @@ -184,7 +184,7 @@ ð0 { status = "okay"; - pll-data = <0x56000000 0x00000101 0x00001616>; + pll-data = <0xa6000000 0x00000101 0x00001616>; phy-handle = <&phy0>; }; |