Skip to content

Commit 4c89453

Browse files
harshaldev27Tingwei Zhang
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 dfe1909 commit 4c89453

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3084,6 +3084,11 @@
30843084
interconnect-names = "memory";
30853085
};
30863086

3087+
rng: rng@10c3000 {
3088+
compatible = "qcom,x1e80100-trng", "qcom,trng";
3089+
reg = <0x0 0x10c3000 0x0 0x1000>;
3090+
};
3091+
30873092
cnoc_main: interconnect@1500000 {
30883093
compatible = "qcom,x1e80100-cnoc-main";
30893094
reg = <0 0x01500000 0 0x14400>;

0 commit comments

Comments
 (0)