Skip to content

Commit b066fe8

Browse files
ekanshibuquic-vkatoch
authored andcommitted
FROMLIST: arm64: dts: qcom: monaco: add GDSP fastrpc-compute-cb nodes
Add GDSP fastrpc compute-cb nodes for monaco SoC. Link: https://lore.kernel.org/all/20260415-monacogdsp-v1-1-077ded36c7fc@oss.qualcomm.com/ Signed-off-by: Ekansh Gupta <ekansh.gupta@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Vinayak Katoch <vkatoch@qti.qualcomm.com>
1 parent cdf31ed commit b066fe8

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/monaco.dtsi

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7254,6 +7254,35 @@
72547254

72557255
label = "gpdsp";
72567256
qcom,remote-pid = <17>;
7257+
7258+
fastrpc {
7259+
compatible = "qcom,fastrpc";
7260+
qcom,glink-channels = "fastrpcglink-apps-dsp";
7261+
label = "gdsp0";
7262+
#address-cells = <1>;
7263+
#size-cells = <0>;
7264+
7265+
compute-cb@1 {
7266+
compatible = "qcom,fastrpc-compute-cb";
7267+
reg = <1>;
7268+
iommus = <&apps_smmu 0x28a1 0x0>;
7269+
dma-coherent;
7270+
};
7271+
7272+
compute-cb@2 {
7273+
compatible = "qcom,fastrpc-compute-cb";
7274+
reg = <2>;
7275+
iommus = <&apps_smmu 0x28a2 0x0>;
7276+
dma-coherent;
7277+
};
7278+
7279+
compute-cb@3 {
7280+
compatible = "qcom,fastrpc-compute-cb";
7281+
reg = <3>;
7282+
iommus = <&apps_smmu 0x28a3 0x0>;
7283+
dma-coherent;
7284+
};
7285+
};
72577286
};
72587287
};
72597288

0 commit comments

Comments
 (0)