Commit f6d24bf3 authored by Stanimir Varbanov's avatar Stanimir Varbanov Committed by Andy Gross

arm64: dts: qcom: Add RNG device tree node

Adds rng device tree node for msm8916 SoCs.
Signed-off-by: default avatarStanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent 6ff33f39
......@@ -390,6 +390,13 @@ spmi_bus: spmi@200f000 {
interrupt-controller;
#interrupt-cells = <4>;
};
rng@22000 {
compatible = "qcom,prng";
reg = <0x00022000 0x200>;
clocks = <&gcc GCC_PRNG_AHB_CLK>;
clock-names = "core";
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment