devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: qcom: Add RNG device tree node
@ 2014-02-07  9:23 Stanimir Varbanov
  2014-02-08  3:37 ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Stanimir Varbanov @ 2014-02-07  9:23 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, linux-arm-msm
  Cc: Kumar Gala, Mark Rutland, Rob Herring, Pawel Moll, Ian Campbell,
	David Brown, Stephen Boyd, Stanimir Varbanov

Add the necessary DT node to probe the rng driver on
msm8974 platforms.

Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
---
 arch/arm/boot/dts/qcom-msm8974.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index 9e5dadb101eb..ada0e8216c22 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -117,5 +117,12 @@
 			clocks = <&gcc GCC_BLSP1_UART2_APPS_CLK>, <&gcc GCC_BLSP1_AHB_CLK>;
 			clock-names = "core", "iface";
 		};
+
+		rng@f9bff000 {
+			compatible = "qcom,prng";
+			reg = <0xf9bff000 0x200>;
+			clocks = <&gcc GCC_PRNG_AHB_CLK>;
+			clock-names = "core";
+		};
 	};
 };
-- 
1.8.4.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-18 22:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-07  9:23 [PATCH] ARM: dts: qcom: Add RNG device tree node Stanimir Varbanov
2014-02-08  3:37 ` Stephen Boyd
2014-02-12  9:28   ` Stanimir Varbanov
2014-02-18 22:13     ` Stephen Boyd

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).