Hi Morimoto-san, On Wed, Sep 20, 2023 at 7:36 AM Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> wrote: > It is using 0x80000000 instead of 0x480000000 > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> Thanks for your patch! > --- a/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi > @@ -28,7 +28,7 @@ memory@48000000 { > reg = <0x0 0x48000000 0x0 0x78000000>; > }; > > - memory@480000000 { > + memory@80000000 { > device_type = "memory"; > reg = <0x4 0x80000000 0x0 0x80000000>; > }; Unit address 4_8000_0000 is correct though, as it matches the (36-bit!) address 0x4_8000_0000 in the reg property. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds