[PATCH v3 1/4] dt-bindings: crypto: qcom,prng: document ipq9574, ipq5424 and ipq5322

Md Sadre Alam posted 4 patches 11 months, 3 weeks ago
[PATCH v3 1/4] dt-bindings: crypto: qcom,prng: document ipq9574, ipq5424 and ipq5322
Posted by Md Sadre Alam 11 months, 3 weeks ago
Document ipq9574, ipq5424 and ipq5322 compatible for the True Random Number
Generator.

Signed-off-by: Md Sadre Alam <quic_mdalam@quicinc.com>
---

Change in [v3]

* Organized the device tree binding changes in sorted order

Change in [v2]

* Added device tree binding change

Change in [v1]

* This patch was not included in [v1]

 Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml
index 2c959162e428..d38e8d3b2f3a 100644
--- a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml
+++ b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml
@@ -17,6 +17,9 @@ properties:
           - qcom,prng-ee  # 8996 and later using EE
       - items:
           - enum:
+              - qcom,ipq5332-trng
+              - qcom,ipq5424-trng
+              - qcom,ipq9574-trng
               - qcom,qcs8300-trng
               - qcom,sa8255p-trng
               - qcom,sa8775p-trng
-- 
2.34.1
Re: [PATCH v3 1/4] dt-bindings: crypto: qcom,prng: document ipq9574, ipq5424 and ipq5322
Posted by Herbert Xu 11 months, 2 weeks ago
On Thu, Dec 26, 2024 at 05:14:57PM +0530, Md Sadre Alam wrote:
> Document ipq9574, ipq5424 and ipq5322 compatible for the True Random Number
> Generator.
> 
> Signed-off-by: Md Sadre Alam <quic_mdalam@quicinc.com>
> ---
> 
> Change in [v3]
> 
> * Organized the device tree binding changes in sorted order
> 
> Change in [v2]
> 
> * Added device tree binding change
> 
> Change in [v1]
> 
> * This patch was not included in [v1]
> 
>  Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 3 +++
>  1 file changed, 3 insertions(+)

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/4] dt-bindings: crypto: qcom,prng: document ipq9574, ipq5424 and ipq5322
Posted by Krzysztof Kozlowski 11 months, 3 weeks ago
On Thu, Dec 26, 2024 at 05:14:57PM +0530, Md Sadre Alam wrote:
> Document ipq9574, ipq5424 and ipq5322 compatible for the True Random Number
> Generator.
> 
> Signed-off-by: Md Sadre Alam <quic_mdalam@quicinc.com>
> ---

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

Best regards,
Krzysztof