Re: [PATCH 00/11] arm64: dts: qcom: Disable Inline Crypto Engine by default accross all SoCs
From: Harshal Dev
Date: Mon Aug 31 2026 - 02:03:15 EST
Hi Abel
On 28-08-2026 06:17 pm, Kuldeep Singh wrote:
>
>
> On 28-08-2026 18:07, Abel Vesa wrote:
>> Since UFS_PHY_GDSC was attached to the Inline Crypto Engine and the driver
>> does not currently do runtime PM, the GDSC remains enabled while the
>> device is idle, even on boards where there are no consumers.
>>
>> I'm working on getting runtime PM enabled in the ICE driver, but the
>> node should not be enabled on such boards anyways.
>>
>> So disable the Inline Crypto Engine by default in the SoC DTSI and enable
>> it only in board DTS files that use it.
>>
>> Do this accross the board, for all SoCs that have dedicated ICE DT node.
>>
>> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
>
> Kindly check discussion happenend before on adding such implementation.
>
> https://lore.kernel.org/all/56ab63c3-4288-45f7-bfea-d40046437a9f@xxxxxxxxxxxxxxxx/
>
> The idea is to enable ice as default and independent of storage media
> and enable runtime PM enabled.
>
I agree with the discussion and Konrad's point on the referenced thread.
It makes more sense to put efforts into runtime PM for ICE instead of disabling it
by default on all SoCs.
This series brings the obvious overhead of having to send patches for every new board
added upstream that requires ICE. Also, once we have runtime PM enabled, we would not
needed these board-specific enablement changes anyways.
Regards,
Harshal