Re: [PATCH V3 4/4] clk: imx: imx8mn: fix pll mux bit

From: Stephen Boyd
Date: Wed Sep 18 2019 - 02:07:44 EST


Quoting Peng Fan (2019-09-08 20:39:50)
> From: Peng Fan <peng.fan@xxxxxxx>
>
> pll BYPASS bit should be kept inside pll driver for glitchless freq
> setting following spec. If exposing the bit, that means pll driver and
> clk driver has two paths to touch this bit, which is wrong.
>
> So use EXT_BYPASS bit here.
>
> And drop uneeded set parent, because EXT_BYPASS default is 0.
>
> Suggested-by: Jacky Bai <ping.bai@xxxxxxx>
> Reviewed-by: Leonard Crestez <leonard.crestez@xxxxxxx>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
> ---

Applied to clk-next