Skip to content

Commit 350b7ec

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 8dd59c5 commit 350b7ec

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
@@ -2782,6 +2782,18 @@
27822782
<&apps_smmu 0x481 0x00>;
27832783
};
27842784

2785+
crypto: crypto@1dfa000 {
2786+
compatible = "qcom,sa8775p-qce", "qcom,sm8150-qce", "qcom,qce";
2787+
reg = <0x0 0x01dfa000 0x0 0x6000>;
2788+
dmas = <&cryptobam 4>, <&cryptobam 5>;
2789+
dma-names = "rx", "tx";
2790+
iommus = <&apps_smmu 0x480 0x0>,
2791+
<&apps_smmu 0x481 0x0>;
2792+
interconnects = <&aggre2_noc MASTER_CRYPTO_CORE0 QCOM_ICC_TAG_ALWAYS
2793+
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
2794+
interconnect-names = "memory";
2795+
};
2796+
27852797
ctcu@4001000 {
27862798
compatible = "qcom,sa8775p-ctcu";
27872799
reg = <0x0 0x04001000 0x0 0x1000>;

0 commit comments

Comments
 (0)