Re: [PATCH 1/3] net:phy:dp83867: fix speed 10 in sgmii mode

2019-05-24 Thread Maxim Uvarov
пт, 24 мая 2019 г. в 20:24, Heiner Kallweit : > > On 24.05.2019 12:25, Max Uvarov wrote: > > For support 10Mps sped in SGMII mode DP83867_10M_SGMII_RATE_ADAPT bit > > of DP83867_10M_SGMII_CFG register has to be cleared by software. > > That does not affect speeds 100 and 1000 so can be done on init

Re: [PATCH 1/3] net:phy:dp83867: fix speed 10 in sgmii mode

2019-05-24 Thread Heiner Kallweit
On 24.05.2019 12:25, Max Uvarov wrote: > For support 10Mps sped in SGMII mode DP83867_10M_SGMII_RATE_ADAPT bit > of DP83867_10M_SGMII_CFG register has to be cleared by software. > That does not affect speeds 100 and 1000 so can be done on init. > > Signed-off-by: Max Uvarov > --- > drivers/net/p

[PATCH 1/3] net:phy:dp83867: fix speed 10 in sgmii mode

2019-05-24 Thread Max Uvarov
For support 10Mps sped in SGMII mode DP83867_10M_SGMII_RATE_ADAPT bit of DP83867_10M_SGMII_CFG register has to be cleared by software. That does not affect speeds 100 and 1000 so can be done on init. Signed-off-by: Max Uvarov --- drivers/net/phy/dp83867.c | 22 ++ 1 file chan