From a411f6debeb33e2ec8f5825f0c41497317c0504e Mon Sep 17 00:00:00 2001 From: Om Prakash Singh <quic_omprsing@quicinc.com> Date: Mon, 16 Oct 2023 20:04:28 +0530 Subject: [PATCH] dt-bindings: crypto: qcom,prng: document SA8775P and SC7280 Document SA8775P and SC7280 compatible for the True Random Number Generator. Signed-off-by: Om Prakash Singh <quic_omprsing@quicinc.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> --- Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml index 633993f801c6e..13070db0f70cc 100644 --- a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml +++ b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml @@ -17,6 +17,8 @@ properties: - qcom,prng-ee # 8996 and later using EE - items: - enum: + - qcom,sa8775p-trng + - qcom,sc7280-trng - qcom,sm8450-trng - qcom,sm8550-trng - const: qcom,trng -- GitLab