Re: [PATCH net-next 1/4] net: phy: dp83869: Update port-mirroring to read straps

2020-05-19 Thread Florian Fainelli
On 5/19/2020 7:18 AM, Dan Murphy wrote: > The device tree may not have the property set for port mirroring > because the hardware may have it strapped. If the property is not in the > DT then check the straps and set the port mirroring bit appropriately. > > Signed-off-by: Dan Murphy Reviewed

[PATCH net-next 1/4] net: phy: dp83869: Update port-mirroring to read straps

2020-05-19 Thread Dan Murphy
The device tree may not have the property set for port mirroring because the hardware may have it strapped. If the property is not in the DT then check the straps and set the port mirroring bit appropriately. Signed-off-by: Dan Murphy --- drivers/net/phy/dp83869.c | 15 --- 1 file ch