Skip to content

Commit 6751d3d

Browse files
harshaldev27shashim-quic
authored andcommitted
FROMLIST: arm64: dts: qcom: x1e80100: add TRNG node
The x1e80100 SoC has a True Random Number Generator, add the node with the correct compatible set. Signed-off-by: Harshal Dev <harshal.dev@oss.qualcomm.com> Link: https://lore.kernel.org/lkml/20251124-trng_dt_binding_x1e80100-v1-2-b4eafa0f1077@oss.qualcomm.com/
1 parent 6f9d196 commit 6751d3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/qcom/x1e80100.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3057,6 +3057,11 @@
30573057
interconnect-names = "memory";
30583058
};
30593059

3060+
rng: rng@10c3000 {
3061+
compatible = "qcom,x1e80100-trng", "qcom,trng";
3062+
reg = <0x0 0x10c3000 0x0 0x1000>;
3063+
};
3064+
30603065
cnoc_main: interconnect@1500000 {
30613066
compatible = "qcom,x1e80100-cnoc-main";
30623067
reg = <0 0x01500000 0 0x14400>;

0 commit comments

Comments
 (0)