Message ID | 20230824-topic-sm8550-rng-v2-5-dfcafbb16a3e@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Herbert Xu |
Headers | show |
Series | arm64: qcom: sm8550: enable RNG | expand |
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>
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:
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(-)