Re: [PATCH 1/2] dt-bindings: crypto: qcom,prng: document SM8550

From: Om Prakash Singh
Date: Wed Aug 23 2023 - 19:44:48 EST




On 8/22/2023 7:41 PM, Neil Armstrong wrote:
Document SM8550 compatible for Pseudo Random Generator,
like SM8450 doesn't require clocks setup done by the secure
firmware.

Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
---
Acked-by: Om Prakash Singh <quic_omprsing@xxxxxxxxxxx>
Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml
index 36b0ebd9a44b..60fc9f261b83 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-prng-ee
+ - enum:
+ - qcom,sm8450-prng-ee
+ - qcom,sm8550-prng-ee
- const: qcom,prng-ee
reg:
@@ -39,7 +41,9 @@ allOf:
properties:
compatible:
contains:
- const: qcom,sm8450-prng-ee
+ enum:
+ - qcom,sm8450-prng-ee
+ - qcom,sm8550-prng-ee
then:
required:
- clocks