ARM: dts: msm: Configuration to set thread priority

In LL use-case GPR callback thread was in unable state.
In normal thread and not in RT thread.
Which causes pop noise issue.
It needs to set glink-adsp_apps thread priority to be RT.
This Configuration enables Client to set the configuration thread
to be in RT.

Change-Id: I2e25ad8755d48a8b4869360a7abe0249dd21ccf0
Signed-off-by: Yuhui Zhao <quic_yuhuzhao@quicinc.com>
This commit is contained in:
Yuhui Zhao
2024-11-26 19:55:29 +08:00
parent cf525070da
commit 595a3edf8c

View File

@@ -30,6 +30,7 @@
compatible = "qcom,gpr"; compatible = "qcom,gpr";
qcom,glink-channels = "adsp_apps"; qcom,glink-channels = "adsp_apps";
qcom,intents = <0x200 20>; qcom,intents = <0x200 20>;
qcom,ch-sched-rt;
reg = <GPR_DOMAIN_ADSP>; reg = <GPR_DOMAIN_ADSP>;
spf_core { spf_core {