* [RFC][PATCH] devicetree: Add hardware rng entry to qcom-apq8064.dtsi
@ 2015-05-12 17:53 John Stultz
2015-05-12 18:52 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: John Stultz @ 2015-05-12 17:53 UTC (permalink / raw)
To: linux-kernel
Cc: John Stultz, Kumar Gala, Stephen Boyd, Srinivas Kandagatla,
devicetree
Add devicetree data to add support for hw_rng support
to the apq8064 dts.
Tested on the Nexus7 (2013).
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
I'm not totally sure this is the right place for this entry,
but wanted to send it out for review.
thanks
-john
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 b3154c0..c760f2f 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -226,6 +226,13 @@
};
};
+ rng@1a500000 {
+ compatible = "qcom,prng";
+ reg = <0x1A500000 0x200>;
+ clocks = <&gcc PRNG_CLK>;
+ clock-names = "core";
+ };
+
qcom,ssbi@500000 {
compatible = "qcom,ssbi";
reg = <0x00500000 0x1000>;
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [RFC][PATCH] devicetree: Add hardware rng entry to qcom-apq8064.dtsi
2015-05-12 17:53 [RFC][PATCH] devicetree: Add hardware rng entry to qcom-apq8064.dtsi John Stultz
@ 2015-05-12 18:52 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2015-05-12 18:52 UTC (permalink / raw)
To: John Stultz, linux-kernel; +Cc: Kumar Gala, Srinivas Kandagatla, devicetree
On 05/12/15 10:53, John Stultz wrote:
> diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
> index b3154c0..c760f2f 100644
> --- a/arch/arm/boot/dts/qcom-apq8064.dtsi
> +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
> @@ -226,6 +226,13 @@
> };
> };
>
> + rng@1a500000 {
> + compatible = "qcom,prng";
> + reg = <0x1A500000 0x200>;
This could be lowercase to match the rest of this file.
> + clocks = <&gcc PRNG_CLK>;
> + clock-names = "core";
> + };
> +
> qcom,ssbi@500000 {
> compatible = "qcom,ssbi";
> reg = <0x00500000 0x1000>;
Otherwise looks good.
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-12 18:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 17:53 [RFC][PATCH] devicetree: Add hardware rng entry to qcom-apq8064.dtsi John Stultz
2015-05-12 18:52 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox