Message ID | 20241220070036.3434658-2-quic_mdalam@quicinc.com |
---|---|
State | New |
Headers | show |
Series | Enable TRNG support | expand |
On Fri, Dec 20, 2024 at 12:30:33PM +0530, Md Sadre Alam wrote: > Document ipq9574, ipq5424 and ipq5322 compatible for the True Random Number > Generator. > > Signed-off-by: Md Sadre Alam <quic_mdalam@quicinc.com> > --- > > Change in [v2] > > * Added device tree binding change > > Change in [v1] > > * This patch was not included in [v1] > > Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml > index 2c959162e428..7ca1db52bbc5 100644 > --- a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml > +++ b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml > @@ -24,6 +24,9 @@ properties: > - qcom,sm8450-trng > - qcom,sm8550-trng > - qcom,sm8650-trng > + - qcom,ipq5332-trng > + - qcom,ipq5424-trng > + - qcom,ipq9574-trng Do not add new entries to the end of lists. Keep sorting. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml index 2c959162e428..7ca1db52bbc5 100644 --- a/Documentation/devicetree/bindings/crypto/qcom,prng.yaml +++ b/Documentation/devicetree/bindings/crypto/qcom,prng.yaml @@ -24,6 +24,9 @@ properties: - qcom,sm8450-trng - qcom,sm8550-trng - qcom,sm8650-trng + - qcom,ipq5332-trng + - qcom,ipq5424-trng + - qcom,ipq9574-trng - const: qcom,trng reg:
Document ipq9574, ipq5424 and ipq5322 compatible for the True Random Number Generator. Signed-off-by: Md Sadre Alam <quic_mdalam@quicinc.com> --- Change in [v2] * Added device tree binding change Change in [v1] * This patch was not included in [v1] Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 3 +++ 1 file changed, 3 insertions(+)