mbox series

[V1,0/4] Enable TRNG for SA8775P and SC7280

Message ID 20231015193901.2344590-1-quic_omprsing@quicinc.com
Headers show
Series Enable TRNG for SA8775P and SC7280 | expand

Message

Om Prakash Singh Oct. 15, 2023, 7:38 p.m. UTC
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

 Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 2 ++
 arch/arm64/boot/dts/qcom/sa8775p.dtsi                   | 5 +++++
 arch/arm64/boot/dts/qcom/sc7280.dtsi                    | 5 +++++
 3 files changed, 12 insertions(+)

Comments

Bjorn Andersson Oct. 16, 2023, 3:32 a.m. UTC | #1
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,
Krzysztof Kozlowski Oct. 16, 2023, 5:23 a.m. UTC | #2
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
Konrad Dybcio Oct. 17, 2023, 4:29 p.m. UTC | #3
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