Re: [PATCH v2 2/4] net: phy: dp83867: increase SGMII autoneg timer duration

2019-05-27 Thread Florian Fainelli
On 5/26/2019 11:16 PM, Max Uvarov wrote: > After reset SGMII Autoneg timer is set to 2us (bits 6 and 5 are 01). > That us not enough to finalize autonegatiation on some devices. s/us/is/ > Increase this timer duration to maximum supported 16ms. > > Signed-off-by: Max Uvarov > Cc: Heiner K

Re: [PATCH v2 2/4] net: phy: dp83867: increase SGMII autoneg timer duration

2019-05-26 Thread Heiner Kallweit
On 27.05.2019 08:16, Max Uvarov wrote: > After reset SGMII Autoneg timer is set to 2us (bits 6 and 5 are 01). > That us not enough to finalize autonegatiation on some devices. > Increase this timer duration to maximum supported 16ms. > > Signed-off-by: Max Uvarov > Cc: Heiner Kallweit > --- > d

[PATCH v2 2/4] net: phy: dp83867: increase SGMII autoneg timer duration

2019-05-26 Thread Max Uvarov
After reset SGMII Autoneg timer is set to 2us (bits 6 and 5 are 01). That us not enough to finalize autonegatiation on some devices. Increase this timer duration to maximum supported 16ms. Signed-off-by: Max Uvarov Cc: Heiner Kallweit --- drivers/net/phy/dp83867.c | 10 ++ 1 file change