Hi Miquel, On Wed, Sep 11, 2024 at 4:48 PM Fabio Estevam <feste...@gmail.com> wrote: > > Hi Miquel, > > On Tue, Sep 10, 2024 at 7:14 AM Miquel Raynal <miquel.ray...@bootlin.com> > wrote: > > > > These are all the clocks needed to get an LCD panel working, going > > through one of the LCDIF and the LDB. The media AXI and APB clocks are > > also described. > > > > Signed-off-by: Miquel Raynal <miquel.ray...@bootlin.com> > > This one does not apply. Please rebase it against the next branch.
Also, shouldn't we restrict registering these clocks only if DM_VIDEO is selected? clk-imx8mm.c and drivers/clk/imx/clk-imx8mn.c guard some clocks with their respective CONFIG_ options. We should do the same here to avoid unnecessary code growth for those who don't need splash screen on i.MX8MP.