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
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 ++
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