[PATCH V3 1/2] dt-bindings: crypto: ice: document the qcs8300 inline crypto engine

Yuvaraj Ranganathan posted 2 patches 1 year, 2 months ago
[PATCH V3 1/2] dt-bindings: crypto: ice: document the qcs8300 inline crypto engine
Posted by Yuvaraj Ranganathan 1 year, 2 months ago
Add the compatible string for QCom ICE on qcs8300 SoCs.

Signed-off-by: Yuvaraj Ranganathan <quic_yrangana@quicinc.com>
---
 .../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 0304f074cf08..657693867ddf 100644
--- a/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml
+++ b/Documentation/devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml
@@ -13,6 +13,7 @@ properties:
   compatible:
     items:
       - enum:
+          - qcom,qcs8300-inline-crypto-engine
           - qcom,sa8775p-inline-crypto-engine
           - qcom,sc7180-inline-crypto-engine
           - qcom,sc7280-inline-crypto-engine
-- 
2.34.1
Re: [PATCH V3 1/2] dt-bindings: crypto: ice: document the qcs8300 inline crypto engine
Posted by Herbert Xu 1 year, 2 months ago
On Mon, Nov 25, 2024 at 12:28:00PM +0530, Yuvaraj Ranganathan wrote:
> Add the compatible string for QCom ICE on qcs8300 SoCs.
> 
> Signed-off-by: Yuvaraj Ranganathan <quic_yrangana@quicinc.com>
> ---
>  .../devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml    | 1 +
>  1 file changed, 1 insertion(+)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Re: [PATCH V3 1/2] dt-bindings: crypto: ice: document the qcs8300 inline crypto engine
Posted by Krzysztof Kozlowski 1 year, 2 months ago
On Mon, Nov 25, 2024 at 12:28:00PM +0530, Yuvaraj Ranganathan wrote:
> Add the compatible string for QCom ICE on qcs8300 SoCs.
> 
> Signed-off-by: Yuvaraj Ranganathan <quic_yrangana@quicinc.com>
> ---
>  .../devicetree/bindings/crypto/qcom,inline-crypto-engine.yaml    | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof