Message ID | 20231015193901.2344590-3-quic_omprsing@quicinc.com |
---|---|
State | Superseded |
Headers | show |
Series | Enable TRNG for SA8775P and SC7280 | expand |
On 15/10/2023 21:38, Om Prakash Singh wrote: > Document SC7280 compatible for the True Random Number Generator. > > Signed-off-by: Om Prakash Singh <quic_omprsing@quicinc.com> > --- > Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml > index 85e6b1c199f5..d52355fbd1d6 100644 > --- a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml > +++ b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml > @@ -20,6 +20,7 @@ properties: > - qcom,sm8450-trng > - qcom,sm8550-trng > - qcom,sa8775p-trng > + - qcom,sc7280-trng sc comes before sm Best regards, Krzysztof
On 16/10/2023 07:23, Krzysztof Kozlowski wrote: > On 15/10/2023 21:38, Om Prakash Singh wrote: >> Document SC7280 compatible for the True Random Number Generator. >> >> Signed-off-by: Om Prakash Singh <quic_omprsing@quicinc.com> >> --- >> Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml >> index 85e6b1c199f5..d52355fbd1d6 100644 >> --- a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml >> +++ b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml >> @@ -20,6 +20,7 @@ properties: >> - qcom,sm8450-trng >> - qcom,sm8550-trng >> - qcom,sa8775p-trng >> + - qcom,sc7280-trng > > sc comes before sm also, this should be squashed with previous patch. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml index 85e6b1c199f5..d52355fbd1d6 100644 --- a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml +++ b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml @@ -20,6 +20,7 @@ properties: - qcom,sm8450-trng - qcom,sm8550-trng - qcom,sa8775p-trng + - qcom,sc7280-trng - const: qcom,trng reg:
Document SC7280 compatible for the True Random Number Generator. Signed-off-by: Om Prakash Singh <quic_omprsing@quicinc.com> --- Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 1 + 1 file changed, 1 insertion(+)