Hi Geert-san, Thank you for your review! > From: Geert Uytterhoeven, Sent: Friday, November 19, 2021 4:05 AM > > Hi Shimoda-san, > > On Tue, Nov 16, 2021 at 8:42 AM Yoshihiro Shimoda > <yoshihiro.shimoda.uh@xxxxxxxxxxx> wrote: > > Add support for identifying the R-Car S4-8 (R8A779F0) SoC. > > > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > > Thanks for your patch! > > > --- a/drivers/soc/renesas/Kconfig > > +++ b/drivers/soc/renesas/Kconfig > > @@ -256,6 +256,13 @@ config ARCH_R8A779A0 > > help > > This enables support for the Renesas R-Car V3U SoC. > > > > +config ARCH_R8A779F0 > > + bool "ARM64 Platform support for R-Car S4-8" > > + select ARCH_RCAR_GEN3 > > + select SYSC_R8A779F0 > > "SYSC_R8A779F0" is only defined in [PATCH 10/16], so you may want to > reorder your series. Or I will while applying later ;-) Oops. Thank you for pointed it out. I'll reorder my series on v2. Best regards, Yoshihiro Shimoda