Skip to content

Commit feffe42

Browse files
committed
FROMGIT: arm64: dts: qcom: monaco: add QCrypto node
Add Qualcomm Crypto Engine device node for Monaco platform. QCE and Crypto DMA nodes patch was applied as part of commit a86d844 ("arm64: dts: qcom: qcs8300: add QCrypto nodes"), however was partially reverted by commit cdc117c ("arm64: dts: qcom: qcs8300: Partially revert "arm64: dts: qcom: qcs8300: add QCrypto nodes"") due to compatible string being mismatched against schema. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/all/20251224-enable-qualcomm-crypto-engine-for-monaco-v3-1-6073430bbc13@oss.qualcomm.com/ Signed-off-by: Abhinaba Rakshit <abhinaba.rakshit@oss.qualcomm.com>
1 parent 8dd59c5 commit feffe42

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2665,6 +2665,18 @@
26652665
clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>;
26662666
};
26672667

2668+
crypto: crypto@1dfa000 {
2669+
compatible = "qcom,qcs8300-qce", "qcom,sm8150-qce", "qcom,qce";
2670+
reg = <0x0 0x01dfa000 0x0 0x6000>;
2671+
dmas = <&cryptobam 4>, <&cryptobam 5>;
2672+
dma-names = "rx", "tx";
2673+
iommus = <&apps_smmu 0x480 0x0>,
2674+
<&apps_smmu 0x481 0x0>;
2675+
interconnects = <&aggre2_noc MASTER_CRYPTO_CORE0 QCOM_ICC_TAG_ALWAYS
2676+
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
2677+
interconnect-names = "memory";
2678+
};
2679+
26682680
tcsr_mutex: hwlock@1f40000 {
26692681
compatible = "qcom,tcsr-mutex";
26702682
reg = <0x0 0x01f40000 0x0 0x20000>;

0 commit comments

Comments
 (0)