On 19.04.2023 23:18, Krzysztof Kozlowski wrote: > 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@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > 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 54af7cb3c7a8..992e8ed64617 100644 > --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi > +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi > @@ -302,7 +302,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>;