Skip to content

Commit 40c4e2e

Browse files
authored
Merge pull request #177 from arakshit011/hamoa-rng
FROMGIT: Add TRNG node for x1e80100 SoC
2 parents 314cab6 + 45b8e5f commit 40c4e2e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Documentation/devicetree/bindings/crypto/qcom,prng.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ properties:
2929
- qcom,sm8550-trng
3030
- qcom,sm8650-trng
3131
- qcom,sm8750-trng
32+
- qcom,x1e80100-trng
3233
- const: qcom,trng
3334

3435
reg:

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)