Hi Geert, > -----Original Message----- > From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > Sent: 03 January 2025 18:43 > Subject: Re: [PATCH v4 1/7] dt-bindings: pinctrl: renesas: Add alpha-numerical port support for RZ/V2H > > Hi Biju, > > On Mon, Dec 16, 2024 at 8:53 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > > RZ/V2H has ports P0-P9 and PA-PB. Add support for defining > > alpha-numerical ports in DT using RZV2H_* macros. > > > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > --- > > v3->v4: > > * Added new header file with separate RZV2H_P* definitions. > > Thanks for the update! > > > --- /dev/null > > +++ b/include/dt-bindings/pinctrl/renesas,r9a09g057-pinctrl.h > > @@ -0,0 +1,31 @@ > > +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ > > +/* > > + * This header provides constants for Renesas RZ/V2H family pinctrl bindings. > > + * > > + * Copyright (C) 2024 Renesas Electronics Corp. > > + * > > + */ > > + > > +#ifndef __DT_BINDINGS_RZV2H_PINCTRL_H #define > > +__DT_BINDINGS_RZV2H_PINCTRL_H > > > +#endif /* __DT_BINDINGS_RZV2H_PINCTRL_H */ > > __DT_BINDINGS_PINCTRL_RENESAS_R9A09G057_PINCTRL_H__ > > Will fix that while applying, so Thanks for fixing it. Cheers, Biju