Re: [PATCH 2/2] arm64: dts: qcom: sm8250: Add inline crypto engine
From: Konrad Dybcio
Date: Mon Mar 09 2026 - 07:31:20 EST
On 3/8/26 5:49 AM, Alexander Koskovich wrote:
> Add the ICE found on sm8250 and link it to the UFS node.
>
> qcom-ice 1d90000.crypto: Found QC Inline Crypto Engine (ICE) v3.1.81
>
> Signed-off-by: Alexander Koskovich <akoskovich@xxxxx>
> ---
> arch/arm64/boot/dts/qcom/sm8250.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
> index c7dffa440074..4e8a960acc5e 100644
> --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
> @@ -2513,6 +2513,8 @@ ufs_mem_hc: ufshc@1d84000 {
>
> power-domains = <&gcc UFS_PHY_GDSC>;
>
> + qcom,ice = <&ice>;
> +
> iommus = <&apps_smmu 0x0e0 0>, <&apps_smmu 0x4e0 0>;
>
> clock-names =
> @@ -2592,6 +2594,13 @@ ufs_mem_phy: phy@1d87000 {
> status = "disabled";
> };
>
> + ice: crypto@1d90000 {
> + compatible = "qcom,sm8250-inline-crypto-engine",
> + "qcom,inline-crypto-engine";
> + reg = <0 0x01d90000 0 0x8000>;
This part is OK
> + clocks = <&gcc GCC_UFS_PHY_ICE_CORE_CLK>;
But here, please add the ifaceclock and the UFSPHY GDSC, as per
https://lore.kernel.org/linux-arm-msm/20260123-qcom_ice_power_and_clk_vote-v1-1-e9059776f85c@xxxxxxxxxxxxxxxx/#t
I'm not sure about the merging timeline for that, but it exposed
that we need some more resources for the ICE to be actually
accessible
Konrad