2023-05-18 14:16:18

by Anusha Canchi

[permalink] [raw]
Subject: [PATCH V3 3/4] dt-bindings: qcom-qce: add SoC compatible string for ipq9574

Document the compatible string for ipq9574.

Acked-by: Conor Dooley <[email protected]>
Signed-off-by: Anusha Rao <[email protected]>
---
Changes in V3:
- Picked up Acked-by tag.

Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
index e375bd981300..0d1deae06e2d 100644
--- a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
+++ b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
@@ -28,6 +28,7 @@ properties:
- enum:
- qcom,ipq6018-qce
- qcom,ipq8074-qce
+ - qcom,ipq9574-qce
- qcom,msm8996-qce
- qcom,sdm845-qce
- const: qcom,ipq4019-qce
--
2.17.1



2023-05-22 08:47:58

by Bhupesh Sharma

[permalink] [raw]
Subject: Re: [PATCH V3 3/4] dt-bindings: qcom-qce: add SoC compatible string for ipq9574

On 5/18/23 7:41 PM, Anusha Rao <[email protected]> wrote:
> Document the compatible string for ipq9574.
>
> Acked-by: Conor Dooley <[email protected]>
> Signed-off-by: Anusha Rao <[email protected]>
> ---
> Changes in V3:
> - Picked up Acked-by tag.
>
> Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
> index e375bd981300..0d1deae06e2d 100644
> --- a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
> +++ b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml
> @@ -28,6 +28,7 @@ properties:
> - enum:
> - qcom,ipq6018-qce
> - qcom,ipq8074-qce
> + - qcom,ipq9574-qce
> - qcom,msm8996-qce
> - qcom,sdm845-qce
> - const: qcom,ipq4019-qce

Reviewed-by: Bhupesh Sharma <[email protected]>

Thanks.