Re: [PATCH 04/14] devicetree: Add hardware rng entry to qcom-apq8064.dtsi

2015-10-26 Thread Bjorn Andersson
On Fri 18 Sep 05:31 PDT 2015, Srinivas Kandagatla wrote:

> From: John Stultz 
> 
> Add devicetree data to add support for hw_rng support
> to the apq8064 dts.
> 
> Tested on the Nexus7 (2013).
> 
> Cc: Kumar Gala 
> Cc: Stephen Boyd 
> Cc: Srinivas Kandagatla 
> Cc: devicetree@vger.kernel.org

Reviewed-by: Bjorn Andersson 

> Reviewed-by: Stephen Boyd 
> Signed-off-by: John Stultz 

Regards,
Bjorn
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 04/14] devicetree: Add hardware rng entry to qcom-apq8064.dtsi

2015-09-18 Thread Srinivas Kandagatla
From: John Stultz 

Add devicetree data to add support for hw_rng support
to the apq8064 dts.

Tested on the Nexus7 (2013).

Cc: Kumar Gala 
Cc: Stephen Boyd 
Cc: Srinivas Kandagatla 
Cc: devicetree@vger.kernel.org
Reviewed-by: Stephen Boyd 
Signed-off-by: John Stultz 
---
 arch/arm/boot/dts/qcom-apq8064.dtsi | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi 
b/arch/arm/boot/dts/qcom-apq8064.dtsi
index 53d5311..d973832 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -315,6 +315,13 @@
};
};
 
+   rng@1a50 {
+   compatible = "qcom,prng";
+   reg = <0x1a50 0x200>;
+   clocks = < PRNG_CLK>;
+   clock-names = "core";
+   };
+
qcom,ssbi@50 {
compatible = "qcom,ssbi";
reg = <0x0050 0x1000>;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html