Re: [U-Boot] [PATCH v3 2/3] net: phy: Add support for Marvell M88E1512

2017-02-02 Thread Joe Hershberger
On Mon, Dec 12, 2016 at 6:54 AM, Phil Edworthy wrote: > This device also works with the 88E1518 code, so we just adjust > the UID mask accordingly. > > Signed-off-by: Phil Edworthy Acked-by: Joe Hershberger

[U-Boot] [PATCH v3 2/3] net: phy: Add support for Marvell M88E1512

2016-12-12 Thread Phil Edworthy
This device also works with the 88E1518 code, so we just adjust the UID mask accordingly. Signed-off-by: Phil Edworthy --- v3: Correct the mask. v2: Don't add a new entry, just adjust the UID mask. --- drivers/net/phy/marvell.c | 9 +++-- 1 file changed, 7