[PATCH] arm64: dts: qcom: ipq6018: correct the qrng node name

From: Kathiravan T
Date: Fri May 26 2023 - 12:12:18 EST


qrng node address is mentioned incorrectly. Lets fix it.

Reported-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
Signed-off-by: Kathiravan T <quic_kathirav@xxxxxxxxxxx>
---
Note: Only compilation and dtbs_check is checked. Also dependent on the
below series, no functional dependencies
https://lore.kernel.org/linux-arm-msm/20230526125305.19626-1-quic_kathirav@xxxxxxxxxxx/T/#t

arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
index 0f6d6c6daed2..5d2cc0caf5a1 100644
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
@@ -309,7 +309,7 @@
#size-cells = <1>;
};

- prng: qrng@e1000 {
+ prng: qrng@e3000 {
compatible = "qcom,prng-ee";
reg = <0x0 0x000e3000 0x0 0x1000>;
clocks = <&gcc GCC_PRNG_AHB_CLK>;
--
2.17.1