Re: [PATCH rtems-libbsd 2/3] freebsd/cgem: Read clock frequency from device tree

2023-03-01 Thread Padmarao.Begari
Hi will, > On Wed, 2023-03-01 at 08:20 -0600, Will wrote: > > On Tue, Feb 28, 2023 at 11:57 PM Padmarao Begari < > padmarao.beg...@microchip.com> wrote: > > Read the clock frequency from the device tree and use it to > > calculate the mdc clock divider for the MII bus if not found > > then

Re: [PATCH rtems-libbsd 2/3] freebsd/cgem: Read clock frequency 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 clock frequency from the device tree and use it to > calculate the mdc clock divider for the MII bus if not found > then use default clock divider. > --- > freebsd/sys/dev/cadence/if_cgem.c | 39 ++

[PATCH rtems-libbsd 2/3] freebsd/cgem: Read clock frequency from device tree

2023-02-28 Thread Padmarao Begari
Read the clock frequency from the device tree and use it to calculate the mdc clock divider for the MII bus if not found then use default clock divider. --- freebsd/sys/dev/cadence/if_cgem.c | 39 --- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/freebs