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

2019-09-18 Thread Stephen Boyd
Quoting Peng Fan (2019-09-08 20:39:50) > From: Peng Fan > > 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.

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

2019-09-08 Thread Peng Fan
From: Peng Fan 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