On 31/12/2022 13:58, Konrad Dybcio wrote: > Some addresses were 7-hex-digits long, or less. Fix that. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/ipq6018.dtsi | 67 ++++++++++++++++++++++----- > 1 file changed, 55 insertions(+), 12 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi > index 2ceae73a6069..17e15a06254f 100644 > --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi > +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi > @@ -146,7 +146,7 @@ reserved-memory { > ranges; > > rpm_msg_ram: memory@60000 { > - reg = <0x0 0x60000 0x0 0x6000>; > + reg = <0x0 0x00060000 0x0 0x6000>; > no-map; > }; > > @@ -181,7 +181,7 @@ soc: soc { > > prng: qrng@e1000 { > compatible = "qcom,prng-ee"; > - reg = <0x0 0xe3000 0x0 0x1000>; > + reg = <0x0 0x000e3000 0x0 0x1000>; > clocks = <&gcc GCC_PRNG_AHB_CLK>; > clock-names = "core"; > }; > @@ -366,6 +366,49 @@ qpic_nand: nand-controller@79b0000 { > status = "disabled"; > }; > > + usb3: usb@8af8800 { > + compatible = "qcom,ipq6018-dwc3", "qcom,dwc3"; This hunk seems unrelated. Best regards, Krzysztof