Re: [PATCH rtems-libbsd 1/3] freebsd/cgem: Add phy address to read it from device tree

2023-03-01 Thread Padmarao.Begari
Hi Will, Thanks for review comments. > On Wed, 2023-03-01 at 08:10 -0600, Will wrote: > > On Tue, Feb 28, 2023 at 11:57 PM Padmarao Begari < > padmarao.beg...@microchip.com> wrote: > > Read the phy address from the device tree and use it to > > find the phy device if not found then search

Re: [PATCH rtems-libbsd 1/3] freebsd/cgem: Add phy address to read it from device tree

2023-03-01 Thread Will
On Tue, Feb 28, 2023 at 11:57 PM Padmarao Begari < padmarao.beg...@microchip.com> wrote: > Read the phy address from the device tree and use it to > find the phy device if not found then search in the > range of 0 to 31. > --- > freebsd/sys/dev/cadence/if_cgem.c | 41

[PATCH rtems-libbsd 1/3] freebsd/cgem: Add phy address to read it from device tree

2023-02-28 Thread Padmarao Begari
Read the phy address from the device tree and use it to find the phy device if not found then search in the range of 0 to 31. --- freebsd/sys/dev/cadence/if_cgem.c | 41 --- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git