Hi Geert-san, Thank you for your review! > From: Geert Uytterhoeven, Sent: Wednesday, September 9, 2020 2:21 AM > > Hi Shimoda-san, > > On Mon, Sep 7, 2020 at 11:20 AM Yoshihiro Shimoda > <yoshihiro.shimoda.uh@xxxxxxxxxxx> wrote: > > Initial support for the Renesas Falcon CPU and BreakOut boards > > support. > > > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > > Thanks for your patch! > > > --- /dev/null > > +++ b/arch/arm64/boot/dts/renesas/falcon-cpu.dtsi > > @@ -0,0 +1,44 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > +/* > > + * Device Tree Source for the Falcon CPU board > > + * > > + * Copyright (C) 2020 Renesas Electronics Corp. > > + */ > > As this board contains the CPU, I had expected > > #include "r8a779a0.dtsi" > > here. I got it. I'll add it. > > + > > +/ { > > + model = "Renesas Falcon CPU board"; > > + compatible = "renesas,falcon-cpu"; > > + renesas,r8a779a0. Oops. I'll add it. Also, I'll fix a compatible in the r8a779a0-falcon.dts. Best regards, Yoshihiro Shimoda