Re: [PATCH v6 1/2] dt-bindings: crypto: Adjust Shikra compatible hierarchy

From: Bartosz Golaszewski

Date: Mon Sep 07 2026 - 09:56:40 EST


On Mon, 7 Sep 2026 14:03:36 +0200, Kuldeep Singh
<kuldeep.singh@xxxxxxxxxxxxxxxx> said:
> Shikra reuses the same QCE integration as Agatti and should follow the
> corresponding binding requirements too.
>
> Move the Shikra compatible to the appropriate binding hierarchy
> (matching qcom,qcm2290-qce) to reflect the underlying hardware
> description.
>
> Fixes: 45834ff95a6f ("dt-bindings: crypto: qcom-qce: Document the Shikra crypto engine")
> Signed-off-by: Kuldeep Singh <kuldeep.singh@xxxxxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
> index 5a653757ee75..fcf725bfa36b 100644
> --- a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
> +++ b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
> @@ -39,6 +39,7 @@ properties:
> - qcom,msm8996-qce
> - qcom,qcm2290-qce
> - qcom,sdm845-qce
> + - qcom,shikra-qce
> - qcom,sm6115-qce
> - const: qcom,ipq4019-qce
> - const: qcom,qce
> @@ -54,7 +55,6 @@ properties:
> - qcom,qcs8300-qce
> - qcom,sa8775p-qce
> - qcom,sc7280-qce
> - - qcom,shikra-qce
> - qcom,sm6350-qce
> - qcom,sm8250-qce
> - qcom,sm8350-qce
> @@ -133,6 +133,7 @@ allOf:
> contains:
> enum:
> - qcom,qcm2290-qce
> + - qcom,shikra-qce
> - qcom,sm6115-qce
> then:
> properties:
>
> --
> 2.34.1
>
>

Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>

Note: Shikra changes have not been released yet so this doesn't break anything.

Bart