Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1213117 > unrolled thread
| Started by | Stanimir Varbanov <stanimir.varbanov@linaro.org> |
|---|---|
| First post | 2015-08-25 17:40 +0200 |
| Last post | 2015-08-25 23:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] arm64: dts: qcom: Add RNG device tree node Stanimir Varbanov <stanimir.varbanov@linaro.org> - 2015-08-25 17:40 +0200
Re: [PATCH] arm64: dts: qcom: Add RNG device tree node Andy Gross <agross@codeaurora.org> - 2015-08-25 23:10 +0200
| From | Stanimir Varbanov <stanimir.varbanov@linaro.org> |
|---|---|
| Date | 2015-08-25 17:40 +0200 |
| Subject | [PATCH] arm64: dts: qcom: Add RNG device tree node |
| Message-ID | <q1oum-2cl-19@gated-at.bofh.it> |
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@22000 {
+ compatible = "qcom,prng";
+ reg = <0x00022000 0x200>;
+ clocks = <&gcc GCC_PRNG_AHB_CLK>;
+ clock-names = "core";
+ };
};
};
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Andy Gross <agross@codeaurora.org> |
|---|---|
| Date | 2015-08-25 23:10 +0200 |
| Message-ID | <q1tDI-1uW-27@gated-at.bofh.it> |
| In reply to | #1213117 |
On Tue, Aug 25, 2015 at 06:37:42PM +0300, Stanimir Varbanov wrote: > 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(+) Looks good to me. Applied. -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web