mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
7a038590c0
commit
ada625db67
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user