Message ID | 20220206194614.13209-1-biju.das.jz@bp.renesas.com |
---|---|
State | New |
Headers | show |
Series | [1/2] pinctrl: renesas: Kconfig: Update description for RZ/V2L pin control support | expand |
Hi Biju, On Sun, Feb 6, 2022 at 8:46 PM Biju Das <biju.das.jz@bp.renesas.com> wrote: > RZ/V2L uses RZ/G2L GPIO and pinctrl driver. > This patch updates description for RZ/V2L pin control support. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Thanks for your patch! Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> I think it makes sense to fold this into commit 9d6ae5b72f78a94f ("pinctrl: renesas: Kconfig: Select PINCTRL_RZG2L if RZ/V2L SoC is enabled") in renesas-pinctrl-for-v5.18? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org 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
Hi Geert, Thanks for the feedback. > Subject: Re: [PATCH 1/2] pinctrl: renesas: Kconfig: Update description for > RZ/V2L pin control support > > Hi Biju, > > On Sun, Feb 6, 2022 at 8:46 PM Biju Das <biju.das.jz@bp.renesas.com> > wrote: > > RZ/V2L uses RZ/G2L GPIO and pinctrl driver. > > This patch updates description for RZ/V2L pin control support. > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > > Thanks for your patch! > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > > I think it makes sense to fold this into commit 9d6ae5b72f78a94f > ("pinctrl: renesas: Kconfig: Select PINCTRL_RZG2L if RZ/V2L SoC is > enabled") in renesas-pinctrl-for-v5.18? Agreed. Cheers, Biju
diff --git a/drivers/pinctrl/renesas/Kconfig b/drivers/pinctrl/renesas/Kconfig index 89f5ca76ab83..c0c740e660b8 100644 --- a/drivers/pinctrl/renesas/Kconfig +++ b/drivers/pinctrl/renesas/Kconfig @@ -179,14 +179,15 @@ config PINCTRL_RZA2 This selects GPIO and pinctrl driver for Renesas RZ/A2 platforms. config PINCTRL_RZG2L - bool "pin control support for RZ/G2L" if COMPILE_TEST + bool "pin control support for RZ/{G2L,V2L}" if COMPILE_TEST depends on OF select GPIOLIB select GENERIC_PINCTRL_GROUPS select GENERIC_PINMUX_FUNCTIONS select GENERIC_PINCONF help - This selects GPIO and pinctrl driver for Renesas RZ/G2L platforms. + This selects GPIO and pinctrl driver for Renesas RZ/{G2L,V2L} + platforms. config PINCTRL_PFC_R8A77470 bool "pin control support for RZ/G1C" if COMPILE_TEST
RZ/V2L uses RZ/G2L GPIO and pinctrl driver. This patch updates description for RZ/V2L pin control support. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- drivers/pinctrl/renesas/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)