Re: [PATCH v2 4/4] clk: Add Ingenic JZ4755 CGU driver
From: Siarhei Volkau
Date: Mon Oct 17 2022 - 13:11:14 EST
пн, 17 окт. 2022 г. в 12:24, Paul Cercueil <paul@xxxxxxxxxxxxxxx>:
> > + [JZ4755_CLK_AIC] = {
> > + "aic", CGU_CLK_GATE,
> > + .parents = { JZ4755_CLK_I2S, -1, -1, -1 },
>
> Wrong parent here, should be JZ4755_CLK_EXT_HALF.
I don't agree, see Figure 20-13 in the JZ4755 PM.
> Well it would be good to know...
Indeed, I will try to figure it out.