Hi Morimoto-san, On Mon, Aug 29, 2022 at 4:19 AM Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> wrote: > > > --- /dev/null > > > +++ b/arch/arm64/boot/dts/renesas/r8a77980a.dtsi > > > @@ -0,0 +1,7 @@ > > > +// SPDX-License-Identifier: GPL-2.0 > > > +/* > > > + * Device Tree Source for the R-Car V3H2 (R8A77980A) SoC > > > + * > > > + * Copyright (C) 2022 Renesas Electronics Corp. > > > + */ > > > +#include "r8a77980.dtsi" > > > > Please override the root compatible value to > > "renesas,r8a77980a", "renesas,r8a77980", to match the bindings. > > Sorry I don't understand about this comment. > Is it for where/what or which patch ? I mean to add the following to this patch: / { compatible = "renesas,r8a77980a", "renesas,r8a77980"; }; (like we do in all other SoC-specific .dtsi files that include another SoC-specific .dtsi file, e.g. arch/arm64/boot/dts/renesas/r8a779m0.dtsi). Thanks! 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