Re: [PATCH] clk: at91: add sama5d3 pmc driver

From: Alexandre Belloni
Date: Wed Jan 08 2020 - 06:02:22 EST


On 05/01/2020 19:09:04-0800, Stephen Boyd wrote:
> > + return;
> > +
> > +err_free:
> > + pmc_data_free(sama5d3_pmc);
> > +}
> > +CLK_OF_DECLARE_DRIVER(sama5d3_pmc, "atmel,sama5d3-pmc", sama5d3_pmc_setup);
>
> Any reason this can't be a platform driver?
>

As for the other PMC driver, we need a few of the peripheral clocks very
early which means that we would have to register most of the clock tree
registered early leaving only a few clocks to be registered by a
platform driver.

--
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com