Skip to content

Commit 552aefc

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 <[email protected]> Link: https://lore.kernel.org/all/20251224-enable-qualcomm-crypto-engine-for-lemans-v2-1-a707e3d38765@oss.qualcomm.com/ Signed-off-by: Abhinaba Rakshit <[email protected]>
1 parent b170120 commit 552aefc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2795,6 +2795,18 @@
27952795
<&apps_smmu 0x481 0x00>;
27962796
};
27972797

2798+
crypto: crypto@1dfa000 {
2799+
compatible = "qcom,sa8775p-qce", "qcom,sm8150-qce", "qcom,qce";
2800+
reg = <0x0 0x01dfa000 0x0 0x6000>;
2801+
dmas = <&cryptobam 4>, <&cryptobam 5>;
2802+
dma-names = "rx", "tx";
2803+
iommus = <&apps_smmu 0x480 0x0>,
2804+
<&apps_smmu 0x481 0x0>;
2805+
interconnects = <&aggre2_noc MASTER_CRYPTO_CORE0 QCOM_ICC_TAG_ALWAYS
2806+
&mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
2807+
interconnect-names = "memory";
2808+
};
2809+
27982810
ctcu@4001000 {
27992811
compatible = "qcom,sa8775p-ctcu";
28002812
reg = <0x0 0x04001000 0x0 0x1000>;

0 commit comments

Comments
 (0)