On Mon, Aug 28, 2023 at 10:04:39AM +0200, Neil Armstrong wrote: > Document SM8550 compatible for the True Random Number Generator. > > Reviewed-by: Om Prakash Singh <quic_omprsing@xxxxxxxxxxx> > Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> Where's Krzysztof's tag? > --- > 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 >