2015-08-25 15:37:55

by Stanimir Varbanov

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: Add RNG device tree node

Adds rng device tree node for msm8916 SoCs.

Signed-off-by: Stanimir Varbanov <[email protected]>
---
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


2015-08-25 21:09:04

by Andy Gross

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: Add RNG device tree node

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 <[email protected]>
> ---
> 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