Commit 08505878 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: ipq6018: correct qrng unit address



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: 5bf63562 ("arm64: dts: ipq6018: Add a few device nodes")
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230419211856.79332-1-krzysztof.kozlowski@linaro.org
parent 935e538f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -301,7 +301,7 @@ mdio: mdio@90000 {
			status = "disabled";
		};

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