]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: monaco: add GDSP fastrpc-compute-cb nodes
authorEkansh Gupta <ekansh.gupta@oss.qualcomm.com>
Wed, 15 Apr 2026 06:40:46 +0000 (12:10 +0530)
committerBjorn Andersson <andersson@kernel.org>
Sun, 17 May 2026 02:49:05 +0000 (21:49 -0500)
Add GDSP fastrpc compute-cb nodes for monaco SoC.

Signed-off-by: Ekansh Gupta <ekansh.gupta@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260415-monacogdsp-v1-1-077ded36c7fc@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/monaco.dtsi

index 7b1d57460f1e6953acc7fa06d22a1f83ab24edb0..ce6ff259cb4a012a2f4dfe666e91526cbc770f30 100644 (file)
 
                                label = "gpdsp";
                                qcom,remote-pid = <17>;
+
+                               fastrpc {
+                                       compatible = "qcom,fastrpc";
+                                       qcom,glink-channels = "fastrpcglink-apps-dsp";
+                                       label = "gdsp0";
+                                       #address-cells = <1>;
+                                       #size-cells = <0>;
+
+                                       compute-cb@1 {
+                                               compatible = "qcom,fastrpc-compute-cb";
+                                               reg = <1>;
+                                               iommus = <&apps_smmu 0x28a1 0x0>;
+                                               dma-coherent;
+                                       };
+
+                                       compute-cb@2 {
+                                               compatible = "qcom,fastrpc-compute-cb";
+                                               reg = <2>;
+                                               iommus = <&apps_smmu 0x28a2 0x0>;
+                                               dma-coherent;
+                                       };
+
+                                       compute-cb@3 {
+                                               compatible = "qcom,fastrpc-compute-cb";
+                                               reg = <3>;
+                                               iommus = <&apps_smmu 0x28a3 0x0>;
+                                               dma-coherent;
+                                       };
+                               };
                        };
                };