Skip to content

Commit

Permalink
dt-bindings: qcom-qce: Fix compatible combinations for SM8150 and IPQ…
Browse files Browse the repository at this point in the history
…4019 SoCs

[ Upstream commit b3b266f ]

Currently the compatible list available in 'qce' dt-bindings does not
support SM8150 and IPQ4019 SoCs directly which may lead to potential
'dtbs_check' error(s).

Fix the same.

Fixes: 00f3bc2 ("dt-bindings: qcom-qce: Add new SoC compatible strings for Qualcomm QCE IP")
Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Tested-by: Anders Roxell <anders.roxell@linaro.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
bhupesh-sharma authored and gregkh committed Jul 19, 2023
1 parent a4e975d commit e539c53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/devicetree/bindings/crypto/qcom-qce.yaml
Expand Up @@ -24,6 +24,12 @@ properties:
deprecated: true
description: Kept only for ABI backward compatibility

- items:
- enum:
- qcom,ipq4019-qce
- qcom,sm8150-qce
- const: qcom,qce

- items:
- enum:
- qcom,ipq6018-qce
Expand Down

0 comments on commit e539c53

Please sign in to comment.