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: I2b6512ad06353cbcae30706fa27326210661dc0c Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
This commit is contained in:
committed by
Vishnuvardhan Rao Ravulapati
parent
5e002d626d
commit
b8bf654e09
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user