commit | 936c383673b9e3007432f17140ac62de53d87db9 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Wed Aug 26 15:14:07 2020 +0800 |
committer | Shawn Guo <shawnguo@kernel.org> | Mon Sep 07 11:08:50 2020 +0800 |
tree | a130a30d156df59bbdf73d91fd7b8a94622266af | |
parent | f1859198509e4ddc93a24049f814fa0fcee0bfd8 [diff] |
clk: imx: fix composite peripheral flags 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@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>