All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] ARM: dts: qcom-msm8974: Add RNG device tree node
@ 2014-02-20 16:48 ` Stanimir Varbanov
  0 siblings, 0 replies; 4+ messages in thread
From: Stanimir Varbanov @ 2014-02-20 16:48 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>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
---
 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

* [PATCH RESEND] ARM: dts: qcom-msm8974: Add RNG device tree node
@ 2014-02-20 16:48 ` Stanimir Varbanov
  0 siblings, 0 replies; 4+ messages in thread
From: Stanimir Varbanov @ 2014-02-20 16:48 UTC (permalink / raw)
  To: linux-arm-kernel

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

Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
---
 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 at 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

* Re: [PATCH RESEND] ARM: dts: qcom-msm8974: Add RNG device tree node
  2014-02-20 16:48 ` Stanimir Varbanov
@ 2014-02-20 17:05   ` Kumar Gala
  -1 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2014-02-20 17:05 UTC (permalink / raw)
  To: Stanimir Varbanov
  Cc: devicetree, linux-arm-kernel, linux-arm-msm, Mark Rutland,
	Rob Herring, Pawel Moll, Ian Campbell, David Brown, Stephen Boyd


On Feb 20, 2014, at 10:48 AM, Stanimir Varbanov <svarbanov@mm-sol.com> wrote:

> Add the necessary DT node to probe the rng driver on
> msm8974 platforms.
> 
> Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
> Acked-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
> arch/arm/boot/dts/qcom-msm8974.dtsi | 7 +++++++
> 1 file changed, 7 insertions(+)

applied to linux-qcom

- k

-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

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

* [PATCH RESEND] ARM: dts: qcom-msm8974: Add RNG device tree node
@ 2014-02-20 17:05   ` Kumar Gala
  0 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2014-02-20 17:05 UTC (permalink / raw)
  To: linux-arm-kernel


On Feb 20, 2014, at 10:48 AM, Stanimir Varbanov <svarbanov@mm-sol.com> wrote:

> Add the necessary DT node to probe the rng driver on
> msm8974 platforms.
> 
> Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com>
> Acked-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
> arch/arm/boot/dts/qcom-msm8974.dtsi | 7 +++++++
> 1 file changed, 7 insertions(+)

applied to linux-qcom

- k

-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

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

end of thread, other threads:[~2014-02-20 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-20 16:48 [PATCH RESEND] ARM: dts: qcom-msm8974: Add RNG device tree node Stanimir Varbanov
2014-02-20 16:48 ` Stanimir Varbanov
2014-02-20 17:05 ` Kumar Gala
2014-02-20 17:05   ` Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.