diff options
| author | Neil Armstrong <[email protected]> | 2023-08-28 10:04:36 +0200 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-09-20 07:54:55 -0700 |
| commit | e735eab705cd0a9b3b98ffd746055c2c49e1572b (patch) | |
| tree | ee67f67eabdb65721f87e5586e711865900f0221 | |
| parent | c7b34291bb376598ea4279658bf3100c8cb1487b (diff) | |
Revert "arm64: dts: qcom: sm8450: Add PRNG"
This reverts commit 76a6dd7bfcbb ("arm64: dts: qcom: sm8450: Add PRNG"),
since the RNG HW on the SM8450 SoC is in fact a True Random Number Generator,
a more appropriate compatible should be instead as reported at [1].
[1] https://lore.kernel.org/all/[email protected]/
Suggested-by: Om Prakash Singh <[email protected]>
Suggested-by: Konrad Dybcio <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sm8450.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi index b34a9dd92dba..1783fa78bdbc 100644 --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi @@ -1739,11 +1739,6 @@ }; }; - rng: rng@10c3000 { - compatible = "qcom,sm8450-prng-ee", "qcom,prng-ee"; - reg = <0 0x010c3000 0 0x1000>; - }; - pcie0: pci@1c00000 { compatible = "qcom,pcie-sm8450-pcie0"; reg = <0 0x01c00000 0 0x3000>, |