Message ID | 20231015193901.2344590-1-quic_omprsing@quicinc.com |
---|---|
Headers | show |
Series | Enable TRNG for SA8775P and SC7280 | expand |
On Mon, 16 Oct 2023 01:08:57 +0530, Om Prakash Singh wrote: > Add device-tree nodes to enable TRNG for SA8775P and SC7280 > > *** BLURB HERE *** > > Om Prakash Singh (4): > dt-bindings: crypto: qcom,prng: document SA8775P > dt-bindings: crypto: qcom,prng: document SC7280 > arm64: dts: qcom: sa8775p: add TRNG node > arm64: dts: qcom: sc7280: add TRNG node > > [...] Applied, thanks! [3/4] arm64: dts: qcom: sa8775p: add TRNG node commit: 2d04f31103921b8c21756ff9eeba32e3ece1a276 [4/4] arm64: dts: qcom: sc7280: add TRNG node commit: d9f33f465114b8d1ecbd5d0b5a4d5f7e709094d9 Best regards,
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 10/15/23 21:38, Om Prakash Singh wrote: > Add device-tree nodes to enable TRNG for SA8775P and SC7280 > > *** BLURB HERE *** Generally you want to delete this :) Konrad