arm64: dts: qcom: ipq6018: correct qrng unit address
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 19 Apr 2023 21:18:39 +0000 (23:18 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 25 May 2023 04:50:44 +0000 (21:50 -0700)
Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc/qrng@e1000: simple-bus unit address format error, expected "e3000"

Fixes: 5bf635621245 ("arm64: dts: ipq6018: Add a few device nodes")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230419211856.79332-1-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/ipq6018.dtsi

index ccaf8e5..6dd8995 100644 (file)
                        status = "disabled";
                };
 
-               prng: qrng@e1000 {
+               prng: qrng@e3000 {
                        compatible = "qcom,prng-ee";
                        reg = <0x0 0x000e3000 0x0 0x1000>;
                        clocks = <&gcc GCC_PRNG_AHB_CLK>;