Skip to content

Commit 59d5881

Browse files
committed
FROMGIT: arm64: dts: qcom: lemans: add QCrypto node
Add Qualcomm Crypto Engine device node for LeMans platform. QCE and Crypto DMA nodes patch was applied as part of the commit 7ff3da4 ("arm64: dts: qcom: sa8775p: add QCrypto nodes"), however was partially reverted by commit 92979f1 ("arm64: dts: qcom: sa8775p: Partially revert "arm64: dts: qcom: sa8775p: add QCrypto nodes"") due to compatible-string being miss-matched against schema. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/all/20251224-enable-qualcomm-crypto-engine-for-lemans-v2-1-a707e3d38765@oss.qualcomm.com/ Signed-off-by: Abhinaba Rakshit <abhinaba.rakshit@oss.qualcomm.com>
1 parent cdc4617 commit 59d5881

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2790,6 +2790,18 @@
27902790
<&apps_smmu 0x481 0x00>;
27912791
};
27922792

2793+
crypto: crypto@1dfa000 {
2794+
compatible = "qcom,sa8775p-qce", "qcom,sm8150-qce", "qcom,qce";
2795+
reg = <0x0 0x01dfa000 0x0 0x6000>;
2796+
dmas = <&cryptobam 4>, <&cryptobam 5>;
2797+
dma-names = "rx", "tx";
2798+
iommus = <&apps_smmu 0x480 0x0>,
2799+
<&apps_smmu 0x481 0x0>;
2800+
interconnects = <&aggre2_noc MASTER_CRYPTO_CORE0 QCOM_ICC_TAG_ALWAYS
2801+
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
2802+
interconnect-names = "memory";
2803+
};
2804+
27932805
ctcu@4001000 {
27942806
compatible = "qcom,sa8775p-ctcu";
27952807
reg = <0x0 0x04001000 0x0 0x1000>;

0 commit comments

Comments
 (0)