arm64: dts: qcom: sc7280: add TRNG node
authorOm Prakash Singh <quic_omprsing@quicinc.com>
Sun, 15 Oct 2023 19:39:01 +0000 (01:09 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 16 Oct 2023 02:37:53 +0000 (19:37 -0700)
The sc7280 SoC has a True Random Number Generator, add the node with
the correct compatible set.

Signed-off-by: Om Prakash Singh <quic_omprsing@quicinc.com>
Link: https://lore.kernel.org/r/20231015193901.2344590-5-quic_omprsing@quicinc.com
[bjorn: Padded address to 8 digits, moved hunk to maintain sort order]
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc7280.dtsi

index 66f1eb83cca7e73b34a341e1ba21fc1419538caa..3585fa3c9594551b54bc18d12e4ea41bf40a6196 100644 (file)
                        };
                };
 
+               rng: rng@10d3000 {
+                       compatible = "qcom,sc7280-trng", "qcom,trng";
+                       reg = <0 0x010d3000 0 0x1000>;
+               };
+
                cnoc2: interconnect@1500000 {
                        reg = <0 0x01500000 0 0x1000>;
                        compatible = "qcom,sc7280-cnoc2";