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

Konrad Dybcio Oct. 17, 2023, 4:29 p.m. UTC | #1
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