Skip to content
Snippets Groups Projects
Commit 5e8b48b9 authored by Shengjiu Wang's avatar Shengjiu Wang
Browse files

MLK-21021: clk: imx8: Fix failure of set parent clock after resume


We need to set parent clock for some audio clock in dts,
when the system enter suspend, the whole audio subsystem
may be power off, the parent setting should be lost, so
we need to set CLK_SET_PARENT_NOCACHE flag in imx_clk_mux_scu,
to let the operation of reset parent clock in
drivers/soc/imx/pm-domains.c take effect.

This issue only occurs on imx8qm, not on imx8qxp, for on imx8qxp
the ADMA subsystem don't enter power off, there is other
device in power on state in suspend.

Signed-off-by: default avatarShengjiu Wang <shengjiu.wang@nxp.com>
parent b431d817
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment