From ada625db677a76cbf01a9912d844676b3f1eaebf Mon Sep 17 00:00:00 2001 From: Abhinav Parihar Date: Mon, 17 Apr 2023 16:07:00 +0530 Subject: [PATCH] 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 --- bindings/qdsp/msm-fastrpc.txt | 3 +++ qcom/waipio-le.dtsi | 2 ++ 2 files changed, 5 insertions(+) diff --git a/bindings/qdsp/msm-fastrpc.txt b/bindings/qdsp/msm-fastrpc.txt index d839212b..a780d170 100644 --- a/bindings/qdsp/msm-fastrpc.txt +++ b/bindings/qdsp/msm-fastrpc.txt @@ -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"; diff --git a/qcom/waipio-le.dtsi b/qcom/waipio-le.dtsi index 654580c3..b8c46632 100644 --- a/qcom/waipio-le.dtsi +++ b/qcom/waipio-le.dtsi @@ -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";