Re: [PATCH v3 3/7] net: macb: Add phy address to read it from device tree

2020-11-15 Thread Anup Patel
On Tue, Nov 10, 2020 at 4:16 PM Padmarao Begari wrote: > > Read phy address from device tree and use it to find the phy device > if not found then search in the range of 0 to 31. > > Signed-off-by: Padmarao Begari > --- > drivers/net/macb.c | 17 +++-- > 1 file changed, 15 insertions

[PATCH v3 3/7] net: macb: Add phy address to read it from device tree

2020-11-10 Thread Padmarao Begari
Read phy address from device tree and use it to find the phy device if not found then search in the range of 0 to 31. Signed-off-by: Padmarao Begari --- drivers/net/macb.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/net/macb.c b/drivers/net/macb