Re: [PATCH 2/2] arm64: dts: qcom: sm8550: Add PRNG

From: Om Prakash Singh
Date: Wed Aug 23 2023 - 19:48:35 EST




On 8/22/2023 7:41 PM, Neil Armstrong wrote:
Add the Qualcomm Pseudo-Random Number Generator.

Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
---
Reviewed-by: Om Prakash Singh <quic_omprsing@xxxxxxxxxxx>

arch/arm64/boot/dts/qcom/sm8550.dtsi | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
index d115960bdeec..643ec80feacc 100644
--- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
@@ -1661,6 +1661,11 @@ mmss_noc: interconnect@1780000 {
qcom,bcm-voters = <&apps_bcm_voter>;
};
+ rng: rng@10c3000 {
+ compatible = "qcom,sm8550-prng-ee", "qcom,prng-ee";
+ reg = <0 0x010c3000 0 0x1000>;
+ };
+
pcie0: pci@1c00000 {
device_type = "pci";
compatible = "qcom,pcie-sm8550";