Re: [PATCH v2] dt-bindings: crypto: qcom,inline-crypto-engine: Document Nord ICE
From: Shawn Guo
Date: Mon Apr 27 2026 - 21:36:24 EST
On Mon, Apr 27, 2026 at 12:50:40PM +0530, Harshal Dev wrote:
> Hi Shawn,
>
> On 4/27/2026 6:35 AM, Shawn Guo wrote:
> > Document Inline Crypto Engine (ICE) on Qualcomm Nord SoC which is
> > compatible with 'qcom,inline-crypto-engine'.
> >
> > Signed-off-by: Shawn Guo <shengchao.guo@xxxxxxxxxxxxxxxx>
> > ---
> > Changes in v2:
> > - Improve commit log to make the compatibility explicit
> > - Link to v1: https://lore.kernel.org/all/20260420073301.1250197-1-shengchao.guo@xxxxxxxxxxxxxxxx/
> >
> > .../devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml b/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml
> > index 876bf90ed96e..9251db2b8fcd 100644
> > --- a/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml
> > +++ b/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml
> > @@ -16,6 +16,7 @@ properties:
> > - qcom,eliza-inline-crypto-engine
> > - qcom,kaanapali-inline-crypto-engine
> > - qcom,milos-inline-crypto-engine
> > + - qcom,nord-inline-crypto-engine
>
> Wanted to bring your attention to this patch we are hoping to send for 7.1 fixes window
> which mandates the iface clock and power-domain for ICE (from Eliza/Milos onwards) to avoid issues
> seen when these properties are missing:
> https://lore.kernel.org/all/20260416-qcom_ice_power_and_clk_vote-v5-1-5ccf5d7e2846@xxxxxxxxxxxxxxxx/
>
> While I won't ask you to adjust your patch immediately, if our patch is merged, would request you to
> update this binding to comply with the newly introduced ones such that the iface clock and power-domain
> are made mandatory for Nord as well.
Thanks for the heads-up, Harshal! Sure, I will update after your series
hits linux-next.
Shawn