mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
arm64: dts: qcom: sm6125: Add PRNG node
Add a node for the PRNG to enable hardware accelerated pseudo random number generation. Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260121-xiaomi-ginkgo-features-v2-2-fb3ee94922d0@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
c0580b57a3
commit
0a586c2c8e
|
|
@ -686,6 +686,13 @@ hsusb_phy1: phy@1613000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
rng: rng@1b53000 {
|
||||
compatible = "qcom,prng-ee";
|
||||
reg = <0x01b53000 0x1000>;
|
||||
clocks = <&gcc GCC_PRNG_AHB_CLK>;
|
||||
clock-names = "core";
|
||||
};
|
||||
|
||||
spmi_bus: spmi@1c40000 {
|
||||
compatible = "qcom,spmi-pmic-arb";
|
||||
reg = <0x01c40000 0x1100>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user