mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
remoteproc: q6v5_adsp: Remove voting for lpass_aon clock
Lpass_aon clock is on by default. Remove it from lpass clock list to avoid voting for it. Signed-off-by: Rohit kumar <rohitkr@codeaurora.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
3762115573
commit
621eafdb0f
@ -48,7 +48,7 @@
|
||||
|
||||
/* list of clocks required by ADSP PIL */
|
||||
static const char * const adsp_clk_id[] = {
|
||||
"sway_cbcr", "lpass_aon", "lpass_ahbs_aon_cbcr", "lpass_ahbm_aon_cbcr",
|
||||
"sway_cbcr", "lpass_ahbs_aon_cbcr", "lpass_ahbm_aon_cbcr",
|
||||
"qdsp6ss_xo", "qdsp6ss_sleep", "qdsp6ss_core",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user