From d4d7e8062cedde1713f1e11e8145f3f40dc09857 Mon Sep 17 00:00:00 2001 From: Abhinav Parihar Date: Thu, 13 Apr 2023 11:49:52 +0530 Subject: [PATCH] ARM: dts: qcom: Add cb20 and cb21 in sm8450p Adding 2 new fastrpc cb information for adsp support in sm8450p. Change-Id: I143f4bce020cb6d91e995a5383718fc95e129f53 --- qcom/waipio-le.dtsi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/qcom/waipio-le.dtsi b/qcom/waipio-le.dtsi index e065894a..d3d973a3 100644 --- a/qcom/waipio-le.dtsi +++ b/qcom/waipio-le.dtsi @@ -146,3 +146,23 @@ &wlan { status = "disabled"; }; + +&msm_fastrpc { + qcom,msm_fastrpc_compute_cb20 { + compatible = "qcom,msm-fastrpc-compute-cb"; + label = "adsprpc-smd"; + iommus = <&apps_smmu 0x1806 0x0>; + qcom,iommu-dma-addr-pool = <0x80000000 0x78000000>; + qcom,iommu-faults = "stall-disable", "HUPCF"; + dma-coherent; + }; + + qcom,msm_fastrpc_compute_cb21 { + compatible = "qcom,msm-fastrpc-compute-cb"; + label = "adsprpc-smd"; + iommus = <&apps_smmu 0x1807 0x0>; + qcom,iommu-dma-addr-pool = <0x80000000 0x78000000>; + qcom,iommu-faults = "stall-disable", "HUPCF"; + dma-coherent; + }; +};