ARM: dts: qcom: Add unsigned support property for domains

Adding unsigned support property to enable unsigned PD
offload to ADSP and CDSP. Property description added
in fastrpc device tree documentation.

Change-Id: I78b93bdb58addfa5d4f7aeeb03eebdb848aa28a8
This commit is contained in:
Abhinav Parihar
2023-04-17 16:07:00 +05:30
committed by Gerrit - the friendly Code Review server
parent 7a038590c0
commit ada625db67
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ Optional properties:
- qcom,fastrpc-adsp-audio-pdr : Flag to enable ADSP Audio PDR
- qcom,secure-domains : FastRPC secure domain configuration
- qcom,fastrpc-adsp-sensors-pdr : Flag to enable Sensors PDR
- qcom,unsigned-support-domains : Flag to enable unsigned support property for
subsystems
Optional subnodes:
- qcom,msm_fastrpc_compute_cb : Child nodes representing the compute context banks
@@ -38,6 +40,7 @@ Example:
qcom,rpc-latency-us = <235>;
qcom,adsp-remoteheap-vmid = <22 37>;
qcom,fastrpc-adsp-sensors-pdr;
qcom,unsigned-support-domains = <0x09>;
qcom,msm_fastrpc_rpmsg {
compatible = "qcom,msm-fastrpc-rpmsg";

View File

@@ -156,6 +156,8 @@
};
&msm_fastrpc {
qcom,unsigned-support-domains = <0x09>;
qcom,msm_fastrpc_compute_cb20 {
compatible = "qcom,msm-fastrpc-compute-cb";
label = "adsprpc-smd";