2023-06-27 08:52:47

by Luca Weiss

[permalink] [raw]
Subject: [PATCH v5 4/5] dt-bindings: crypto: ice: Document sm8450 inline crypto engine

Document the compatible used for the inline crypto engine found on
SM8450.

Signed-off-by: Luca Weiss <[email protected]>
---
Documentation/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 92e1d76e29ee..7da9aa82d837 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,sm8450-inline-crypto-engine
- qcom,sm8550-inline-crypto-engine
- const: qcom,inline-crypto-engine


--
2.41.0



2023-06-27 14:06:19

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v5 4/5] dt-bindings: crypto: ice: Document sm8450 inline crypto engine

On 27/06/2023 10:28, Luca Weiss wrote:
> Document the compatible used for the inline crypto engine found on
> SM8450.
>
> Signed-off-by: Luca Weiss <[email protected]>
> ---


Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof