Skip to content

Commit 45b8e5f

Browse files
harshaldev27arakshit011
authored andcommitted
FROMGIT: arm64: dts: qcom: x1e80100: add TRNG node
The x1e80100 SoC has a True Random Number Generator, add the node with the correct compatible set. Reviewed-by: Dmitry Baryshkov <[email protected]> Tested-by: Wenjia Zhang <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Harshal Dev <[email protected]> Link: https://lore.kernel.org/all/20251223-trng_dt_binding_x1e80100-v4-2-5bfe781f9c7b@oss.qualcomm.com/ Signed-off-by: Abhinaba Rakshit <[email protected]>
1 parent 192c11a commit 45b8e5f

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 0x010c3000 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)