Re: [PATCH V2 2/3] net: phy: broadcom: drop duplicated define for RGMII SKEW delay

2017-01-25 Thread Florian Fainelli
On 01/25/2017 12:00 PM, Rafał Miłecki wrote: > From: Rafał Miłecki > > We had two defines for the same bit (both were used with the > MII_BCM54XX_AUXCTL_SHDWSEL_MISC register). > > Signed-off-by: Rafał Miłecki Reviewed-by: Florian Fainelli

[PATCH V2 2/3] net: phy: broadcom: drop duplicated define for RGMII SKEW delay

2017-01-25 Thread Rafał Miłecki
From: Rafał Miłecki We had two defines for the same bit (both were used with the MII_BCM54XX_AUXCTL_SHDWSEL_MISC register). Signed-off-by: Rafał Miłecki --- V2: Drop the other define to match datasheet. Thanks Florian. --- drivers/net/phy/broadcom.c | 2 +-