mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
arm64: dts: qcom: sc7280: Add inline crypto engine
Add the ICE found on sc7280 and link it to the UFS node. For reference: [ 0.261424] qcom-ice 1d88000.crypto: Found QC Inline Crypto Engine (ICE) v3.2.0 Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240313-sc7280-ice-v1-2-3fa089fb7a27@fairphone.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
5f78d9213a
commit
dfd5ee7b34
|
|
@ -2352,6 +2352,8 @@ &mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>,
|
||||||
<0 0>,
|
<0 0>,
|
||||||
<0 0>,
|
<0 0>,
|
||||||
<0 0>;
|
<0 0>;
|
||||||
|
qcom,ice = <&ice>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -2374,6 +2376,13 @@ ufs_mem_phy: phy@1d87000 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ice: crypto@1d88000 {
|
||||||
|
compatible = "qcom,sc7280-inline-crypto-engine",
|
||||||
|
"qcom,inline-crypto-engine";
|
||||||
|
reg = <0 0x01d88000 0 0x8000>;
|
||||||
|
clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>;
|
||||||
|
};
|
||||||
|
|
||||||
cryptobam: dma-controller@1dc4000 {
|
cryptobam: dma-controller@1dc4000 {
|
||||||
compatible = "qcom,bam-v1.7.4", "qcom,bam-v1.7.0";
|
compatible = "qcom,bam-v1.7.4", "qcom,bam-v1.7.0";
|
||||||
reg = <0x0 0x01dc4000 0x0 0x28000>;
|
reg = <0x0 0x01dc4000 0x0 0x28000>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user