[PATCH v2 5/7] dt-bindings: crypto: qcom,prng: document SM8550

Neil Armstrong posted 7 patches 2 years, 3 months ago
There is a newer version of this series
[PATCH v2 5/7] dt-bindings: crypto: qcom,prng: document SM8550
Posted by Neil Armstrong 2 years, 3 months ago
Document SM8550 compatible for the True Random Number Generator.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml
index 4245c9e424a3..633993f801c6 100644
--- a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml
+++ b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml
@@ -16,7 +16,9 @@ properties:
           - qcom,prng  # 8916 etc.
           - qcom,prng-ee  # 8996 and later using EE
       - items:
-          - const: qcom,sm8450-trng
+          - enum:
+              - qcom,sm8450-trng
+              - qcom,sm8550-trng
           - const: qcom,trng
 
   reg:

-- 
2.34.1
Re: [PATCH v2 5/7] dt-bindings: crypto: qcom,prng: document SM8550
Posted by Om Prakash Singh 2 years, 3 months ago

On 8/24/2023 5:03 PM, Neil Armstrong wrote:
> Document SM8550 compatible for the True Random Number Generator.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
Reviewed-by: Om Prakash Singh <quic_omprsing@quicinc.com>