Re: [PATCH v3 2/8] arm64: dts: renesas: Add initial DTS for RZ/V2H GP-EVK board
From: Lad, Prabhakar
Date: Tue Aug 27 2024 - 09:40:24 EST
Hi Geert,
On Mon, Aug 26, 2024 at 1:07 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
>
> Hi Prabhakar,
>
> On Wed, Aug 21, 2024 at 10:56 AM Prabhakar <prabhakar.csengg@xxxxxxxxx> wrote:
> > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
> >
> > Add initial DTS for RZ/V2H GP-EVK board, adding the below support:
> > - Memory
> > - Clock inputs
> > - PINCTRL
> > - SCIF
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
>
> Thanks for your patch!
>
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/renesas/r9a09g057h44-gp-evk.dts
> > @@ -0,0 +1,61 @@
> > +// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> > +/*
> > + * Device Tree Source for the RZ/V2H GP-EVK board
> > + *
> > + * Copyright (C) 2024 Renesas Electronics Corp.
> > + */
> > +
> > +/dts-v1/;
> > +
> > +#include "r9a09g057.dtsi"
> > +
> > +/ {
> > + model = "Renesas GP-EVK Board based on r9a09g057h44";
> > + compatible = "renesas,gp-evk", "renesas,r9a09g057h44", "renesas,r9a09g057";
>
> Board name/compatible (and thus file name) are still under discussion...
>
As discussed internally I'll update the board name/compatible to
"renesas,rzv2h-evk" and rename r9a09g057h44-gp-evk.dts to
r9a09g057h44-rzv2h-evk.dts.
Cheers,
Prabhakar