Re: [PATCH 2/2] net: phy: DP83TC811: Fix SGMII enable/disable

2018-06-28 Thread Dan Murphy
Andrew On 06/28/2018 03:20 AM, Andrew Lunn wrote: > On Wed, Jun 27, 2018 at 01:16:18PM -0500, Dan Murphy wrote: >> If SGMII was selected in the DT then the device should >> write the SGMII enable bit. >> >> If SGMII is not selected in the DT then the SGMII bit >> should be disabled. >> >>

Re: [PATCH 2/2] net: phy: DP83TC811: Fix SGMII enable/disable

2018-06-28 Thread Andrew Lunn
On Wed, Jun 27, 2018 at 01:16:18PM -0500, Dan Murphy wrote: > If SGMII was selected in the DT then the device should > write the SGMII enable bit. > > If SGMII is not selected in the DT then the SGMII bit > should be disabled. > > Signed-off-by: Dan Murphy > --- >

[PATCH 2/2] net: phy: DP83TC811: Fix SGMII enable/disable

2018-06-27 Thread Dan Murphy
If SGMII was selected in the DT then the device should write the SGMII enable bit. If SGMII is not selected in the DT then the SGMII bit should be disabled. Signed-off-by: Dan Murphy --- arch/arm/configs/omap2plus_defconfig | 1 + drivers/net/phy/dp83tc811.c | 20 +---