mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
arm64: dts: qcom: sm6350: Add PRNG node
Add a node for the PRNG to enable hw-accelerated pseudo-random number generation. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20210923162204.21752-12-konrad.dybcio@somainline.org
This commit is contained in:
parent
001eaf9514
commit
574af54562
|
|
@ -390,6 +390,13 @@ ipcc: mailbox@408000 {
|
|||
#mbox-cells = <2>;
|
||||
};
|
||||
|
||||
rng: rng@793000 {
|
||||
compatible = "qcom,prng-ee";
|
||||
reg = <0 0x00793000 0 0x1000>;
|
||||
clocks = <&gcc GCC_PRNG_AHB_CLK>;
|
||||
clock-names = "core";
|
||||
};
|
||||
|
||||
tcsr_mutex: hwlock@1f40000 {
|
||||
compatible = "qcom,tcsr-mutex";
|
||||
reg = <0x0 0x01f40000 0x0 0x40000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user