Skip to content

Commit dae8cdb

Browse files
quic-lxu5andersson
authored andcommitted
arm64: dts: qcom: sm8650: Add three missing fastrpc-compute-cb nodes
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>
1 parent b8cf87c commit dae8cdb

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5271,6 +5271,38 @@
52715271
<&apps_smmu 0x19c8 0x0>;
52725272
dma-coherent;
52735273
};
5274+
5275+
/* note: secure cb9 in downstream */
5276+
5277+
compute-cb@10 {
5278+
compatible = "qcom,fastrpc-compute-cb";
5279+
reg = <12>;
5280+
5281+
iommus = <&apps_smmu 0x196c 0x0>,
5282+
<&apps_smmu 0x0c0c 0x20>,
5283+
<&apps_smmu 0x19cc 0x0>;
5284+
dma-coherent;
5285+
};
5286+
5287+
compute-cb@11 {
5288+
compatible = "qcom,fastrpc-compute-cb";
5289+
reg = <13>;
5290+
5291+
iommus = <&apps_smmu 0x196d 0x0>,
5292+
<&apps_smmu 0x0c0d 0x20>,
5293+
<&apps_smmu 0x19cd 0x0>;
5294+
dma-coherent;
5295+
};
5296+
5297+
compute-cb@12 {
5298+
compatible = "qcom,fastrpc-compute-cb";
5299+
reg = <14>;
5300+
5301+
iommus = <&apps_smmu 0x196e 0x0>,
5302+
<&apps_smmu 0x0c0e 0x20>,
5303+
<&apps_smmu 0x19ce 0x0>;
5304+
dma-coherent;
5305+
};
52745306
};
52755307
};
52765308
};

0 commit comments

Comments
 (0)