Re: [PATCH] openrisc: init: Add support for common clk

From: Stafford Horne
Date: Tue Jan 11 2022 - 16:12:43 EST


On Tue, Jan 11, 2022 at 05:31:05PM +0100, Geert Uytterhoeven wrote:
> Hi Stafford,
>
> On Tue, Jan 11, 2022 at 4:01 AM Stafford Horne <shorne@xxxxxxxxx> wrote:
> > When testing the new litex_mmc driver it was found to not work on
> > OpenRISC due to missing support for common clk. This patch does the
> > basic initialization to allow OpenRISC to use the common clk framework.
> >
> > Signed-off-by: Stafford Horne <shorne@xxxxxxxxx>
>
> Thanks for your patch!
>
> This matches what other architectures are doing, and is IMHO the way
> forward for sharing FPGA drivers among architectures.
> Reviewed-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>

Thank you.

-Stafford