diff mbox series

[1/2] arm64: dts: msm8996: add prng-ee support

Message ID 20180728070310.23604-1-vkoul@kernel.org (mailing list archive)
State Accepted, archived
Delegated to: Andy Gross
Headers show
Series [1/2] arm64: dts: msm8996: add prng-ee support | expand

Commit Message

Vinod Koul July 28, 2018, 7:03 a.m. UTC
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 arch/arm64/boot/dts/qcom/msm8996.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 8c7f9ca25b53..1c320a890b36 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -719,6 +719,13 @@ 
 			};
 		};
 
+		qcom_rng: qrng@83000 {
+			compatible = "qcom,prng-ee";
+			reg = <0x83000 0x1000>;
+			clocks = <&gcc GCC_PRNG_AHB_CLK>;
+			clock-names = "core";
+		};
+
 		mmcc: clock-controller@8c0000 {
 			compatible = "qcom,mmcc-msm8996";
 			#clock-cells = <1>;