]> git.baikalelectronics.ru Git - kernel.git/commit
clk: imx6ull: use OSC clock during AXI rate change
authorStefan Agner <stefan@agner.ch>
Wed, 18 Apr 2018 12:49:08 +0000 (14:49 +0200)
committerStephen Boyd <sboyd@kernel.org>
Tue, 15 May 2018 22:41:01 +0000 (15:41 -0700)
commita04daf96e4a9460bdb6bf6921f5b77c718e250c0
treeb3852d07d5f178c6918736136dbfbb69a6ff218c
parentfa2fb6fc4d66e345ef720bd5ba3a09236cd1514d
clk: imx6ull: use OSC clock during AXI rate change

On i.MX6 ULL using PLL3 seems to cause a freeze when setting
the parent to IMX6UL_CLK_PLL3_USB_OTG. This only seems to appear
since commit 334dbc97ad97 ("clk: imx: Add CLK_IS_CRITICAL flag
for busy divider and busy mux"), probably because the clock is
now forced to be on.

Fixes: 334dbc97ad97("clk: imx: Add CLK_IS_CRITICAL flag for busy divider and busy mux")
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/imx/clk-imx6ul.c