]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 1 Oct 2018 12:57:13 +0000 (14:57 +0200)
commita0a07bbe255afed78c4f7e248aa071a0a6040419
tree7652ef8cafbc69d3f62bcbafb820f5276f748b1a
parent6ea1cd031d8aeafe129e06f70df5f23b8484fdee
clk: imx6ull: use OSC clock during AXI rate change

BugLink: http://bugs.launchpad.net/bugs/1794889
[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/clk/imx/clk-imx6ul.c