]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2018 19:01:45 +0000 (04:01 +0900)
commit1d740f58174f516dc71a25b12fae41b489b18570
tree12615dccde5fecf8cbaf49f6fb4f06c23c6fc6c4
parent4c04217c2661d1a7c3eee38df2851ad0d61d6c71
clk: imx6ull: use OSC clock during AXI rate change

[ Upstream commit 2e5be528ab0182ad4b42b9feea3b80f85f37179b ]

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 6f9575e55632 ("clk: imx: Add CLK_IS_CRITICAL flag
for busy divider and busy mux"), probably because the clock is
now forced to be on.

Fixes: 6f9575e55632("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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/imx/clk-imx6ul.c