Re: [PATCH v9 5/9] clk: mmp: Add Marvell PXA1908 clock driver

From: Stephen Boyd
Date: Thu Apr 11 2024 - 22:57:21 EST


Quoting Duje Mihanović (2024-04-11 03:15:34)
> On 4/11/2024 10:00 AM, Stephen Boyd wrote:
> >
> > Is there a reason this file can't be a platform driver?
>
> Not that I know of, I did it like this only because the other in-tree
> MMP clk drivers do so. I guess the initialization should look like any
> of the qcom GCC drivers then?

Yes.

>
> While at it, do you think the other MMP clk drivers could use a conversion?
>

Sure, go for it. I'm a little wary if the conversion cannot be tested
though. It doesn't hurt that other drivers haven't been converted.