* [PATCH] arm64: dts: qcom: Add RNG device tree node
@ 2015-08-25 15:37 Stanimir Varbanov
2015-08-25 21:08 ` Andy Gross
0 siblings, 1 reply; 2+ messages in thread
From: Stanimir Varbanov @ 2015-08-25 15:37 UTC (permalink / raw)
To: linux-arm-kernel
Adds rng device tree node for msm8916 SoCs.
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
---
arch/arm64/boot/dts/qcom/msm8916.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 0f49ebd0aa8b..060c6c53ff33 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -215,5 +215,12 @@
interrupt-controller;
#interrupt-cells = <4>;
};
+
+ rng at 22000 {
+ compatible = "qcom,prng";
+ reg = <0x00022000 0x200>;
+ clocks = <&gcc GCC_PRNG_AHB_CLK>;
+ clock-names = "core";
+ };
};
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-25 21:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-25 15:37 [PATCH] arm64: dts: qcom: Add RNG device tree node Stanimir Varbanov
2015-08-25 21:08 ` Andy Gross
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).