Message ID | 20231015193901.2344590-4-quic_omprsing@quicinc.com |
---|---|
State | New |
Headers | show |
Series | Enable TRNG for SA8775P and SC7280 | expand |
diff --git a/arch/arm64/boot/dts/qcom/sa8775p.dtsi b/arch/arm64/boot/dts/qcom/sa8775p.dtsi index 9f4f58e831a4..874780b42a68 100644 --- a/arch/arm64/boot/dts/qcom/sa8775p.dtsi +++ b/arch/arm64/boot/dts/qcom/sa8775p.dtsi @@ -2391,6 +2391,11 @@ ethernet0: ethernet@23040000 { status = "disabled"; }; + + rng: rng@10d2000 { + compatible = "qcom,sa8775p-trng", "qcom,trng"; + reg = <0 0x10d2000 0 0x1000>; + }; }; arch_timer: timer {
The sa8775p SoC has a True Random Number Generator, add the node with the correct compatible set. Signed-off-by: Om Prakash Singh <quic_omprsing@quicinc.com> --- arch/arm64/boot/dts/qcom/sa8775p.dtsi | 5 +++++ 1 file changed, 5 insertions(+)