arm64: dts: qcom: sm8650: Add three missing fastrpc-compute-cb nodes
authorLing Xu <quic_lxu5@quicinc.com>
Tue, 19 Mar 2024 03:28:16 +0000 (08:58 +0530)
committerBjorn Andersson <andersson@kernel.org>
Sun, 21 Apr 2024 17:19:59 +0000 (12:19 -0500)
Add three missing cDSP fastrpc compute-cb nodes for the SM8650 SoC.

Signed-off-by: Ling Xu <quic_lxu5@quicinc.com>
Link: https://lore.kernel.org/r/20240319032816.27070-1-quic_lxu5@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8650.dtsi

index 3d69e13ce87b99966c77daefb75a9304558ff07e..89d6424a2b0506c3de9f44bf9382a3156093b4ac 100644 (file)
                                                         <&apps_smmu 0x19c8 0x0>;
                                                dma-coherent;
                                        };
+
+                                       /* note: secure cb9 in downstream */
+
+                                       compute-cb@10 {
+                                               compatible = "qcom,fastrpc-compute-cb";
+                                               reg = <12>;
+
+                                               iommus = <&apps_smmu 0x196c 0x0>,
+                                                        <&apps_smmu 0x0c0c 0x20>,
+                                                        <&apps_smmu 0x19cc 0x0>;
+                                               dma-coherent;
+                                       };
+
+                                       compute-cb@11 {
+                                               compatible = "qcom,fastrpc-compute-cb";
+                                               reg = <13>;
+
+                                               iommus = <&apps_smmu 0x196d 0x0>,
+                                                        <&apps_smmu 0x0c0d 0x20>,
+                                                        <&apps_smmu 0x19cd 0x0>;
+                                               dma-coherent;
+                                       };
+
+                                       compute-cb@12 {
+                                               compatible = "qcom,fastrpc-compute-cb";
+                                               reg = <14>;
+
+                                               iommus = <&apps_smmu 0x196e 0x0>,
+                                                        <&apps_smmu 0x0c0e 0x20>,
+                                                        <&apps_smmu 0x19ce 0x0>;
+                                               dma-coherent;
+                                       };
                                };
                        };
                };