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: Ia1b0a105b79fb450d1fe3437ad88b3ce5d9fd943
Signed-off-by: Om Deore <quic_odeore@quicinc.com>
This commit is contained in:
Om Deore
2025-02-27 15:04:26 +05:30
parent c82525e321
commit bcd55c2a7b

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>;