Message ID | 20231015193901.2344590-2-quic_omprsing@quicinc.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Enable TRNG for SA8775P and SC7280 | expand |
On Mon, Oct 16, 2023 at 01:08:58AM +0530, Om Prakash Singh wrote: > Document SA8775P 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 633993f801c6..85e6b1c199f5 100644 > --- a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml > +++ b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml > @@ -19,6 +19,7 @@ properties: > - enum: > - qcom,sm8450-trng > - qcom,sm8550-trng > + - qcom,sa8775p-trng Please maintain the alphabetical sort order of entries like this. On the two DeviceTree patches, we keep nodes sorted by address, followed by node name, and then label. And we keep the address padded to 8 digits to make it easier to keep them sorted. I've corrected that and picked the 2 (i.e. all 4) DeviceTree patches. So please fix above, and resubmit the two binding updates from this series (and you can submit that as one change, no need to keep as separate patches). Regards, Bjorn > - const: qcom,trng > > reg: > -- > 2.25.1 >
diff --git a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml index 633993f801c6..85e6b1c199f5 100644 --- a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml +++ b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml @@ -19,6 +19,7 @@ properties: - enum: - qcom,sm8450-trng - qcom,sm8550-trng + - qcom,sa8775p-trng - const: qcom,trng reg:
Document SA8775P 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(+)