]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: qcom: ipq5332: update TRNG compatible
authorMd Sadre Alam <quic_mdalam@quicinc.com>
Thu, 26 Dec 2024 11:45:00 +0000 (17:15 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 6 Jan 2025 23:59:57 +0000 (17:59 -0600)
RNG hardware versions greater than 3.0 are Truly Random Number
Generators (TRNG). In IPQ5332, the RNGblock is a TRNG.

This patch corrects the compatible property which correctly describes
the hardware without making any functional changes

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Md Sadre Alam <quic_mdalam@quicinc.com>
Link: https://lore.kernel.org/r/20241226114500.2623804-5-quic_mdalam@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/ipq5332.dtsi

index d3c3e215a15cfc3998f8e30656828a46b6991898..ca3da95730bd083ee98452b499307fdf4b6ecd09 100644 (file)
                };
 
                rng: rng@e3000 {
-                       compatible = "qcom,prng-ee";
+                       compatible = "qcom,ipq5332-trng", "qcom,trng";
                        reg = <0x000e3000 0x1000>;
                        clocks = <&gcc GCC_PRNG_AHB_CLK>;
                        clock-names = "core";