]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: imx8mp: Fix the parent clk of the audio_root_clk
authorHui Wang <hui.wang@canonical.com>
Tue, 9 Nov 2021 12:56:57 +0000 (20:56 +0800)
committerAbel Vesa <abel.vesa@nxp.com>
Mon, 22 Nov 2021 15:33:12 +0000 (17:33 +0200)
commit9dd81021084ff22cf88a180d720f4f4b47392059
tree74a75b7f9befdcd69ae1b4f957af9731f9be63b1
parent6deb3fb22da19e21ca5372fb34fb868bfceaf74c
clk: imx8mp: Fix the parent clk of the audio_root_clk

Having the parent of the audio_root_clk set to ipg_root
in the clk-imx8mp.c, there is a hang happening when the
audiomix IP regs are accessed. Switch parent to audio_ahb.

And we could also refer to the section "5.1.4 System Clocks" of the
IMX8MPRM.pdf, the parent clk of CCGR101 (Audiomix) is the
AUDIO_AHB_CLK_ROOT.

Signed-off-by: Hui Wang <hui.wang@canonical.com>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Link: https://lore.kernel.org/r/20211109125657.63485-2-hui.wang@canonical.com
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
drivers/clk/imx/clk-imx8mp.c