Re: [PATCH] clk: imx: fix composite peripheral flags

From: Shawn Guo
Date: Fri Sep 04 2020 - 21:36:11 EST


On Wed, Aug 26, 2020 at 03:14:07PM +0800, peng.fan@xxxxxxx wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> According to RM, for peripheral clock slice,
> "IP clock slices must be stopped to change the clock source.".
>
> So we must have CLK_SET_PARENT_GATE flag to avoid glitch.
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>

Applied, thanks.