Skip to content

Commit abc05d4

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. Link: https://lore.kernel.org/all/20251224-enable-qualcomm-crypto-engine-for-monaco-v3-1-6073430bbc13@oss.qualcomm.com/ Signed-off-by: Abhinaba Rakshit <[email protected]>
1 parent 03de422 commit abc05d4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2734,6 +2734,18 @@
27342734
clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>;
27352735
};
27362736

2737+
crypto: crypto@1dfa000 {
2738+
compatible = "qcom,qcs8300-qce", "qcom,sm8150-qce", "qcom,qce";
2739+
reg = <0x0 0x01dfa000 0x0 0x6000>;
2740+
dmas = <&cryptobam 4>, <&cryptobam 5>;
2741+
dma-names = "rx", "tx";
2742+
iommus = <&apps_smmu 0x480 0x0>,
2743+
<&apps_smmu 0x481 0x0>;
2744+
interconnects = <&aggre2_noc MASTER_CRYPTO_CORE0 QCOM_ICC_TAG_ALWAYS
2745+
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
2746+
interconnect-names = "memory";
2747+
};
2748+
27372749
tcsr_mutex: hwlock@1f40000 {
27382750
compatible = "qcom,tcsr-mutex";
27392751
reg = <0x0 0x01f40000 0x0 0x20000>;

0 commit comments

Comments
 (0)