arm64: dts: msm: Enable GLINK RT callback handling

GLINK changed to using a non-RT priority when handling channel
callbacks.

For FastRPC configure GLINK to use RT priority when handling
channel callbacks to avoid any performance regression.

Change-Id: Ie6e04caceb8ca4fcd9688975c3335ef5d6c7b1c8
Signed-off-by: Om Deore <quic_odeore@quicinc.com>
This commit is contained in:
Om Deore
2025-01-15 10:39:56 +05:30
parent ba3cccd0be
commit a2a0bc1cd8

View File

@@ -8,6 +8,7 @@
compatible = "qcom,fastrpc";
qcom,glink-channels = "fastrpcglink-apps-dsp";
qcom,intents = <0x181 64>;
qcom,ch-sched-rt;
label = "adsp";
memory-region = <&adsp_mem_heap>;
qcom,vmids = <22 37>;
@@ -89,6 +90,7 @@
compatible = "qcom,fastrpc";
qcom,glink-channels = "fastrpcglink-apps-dsp";
qcom,intents = <0x3fA 64>;
qcom,ch-sched-rt;
label = "cdsp";
qcom,fastrpc-gids = <2908>;
qcom,rpc-latency-us = <235>;