Re: [PATCH v5 5/5] pinctrl: renesas: rzg2l: Add RZ/G3S support for selecting the I3C power source
Geert Uytterhoeven <[email protected]>
| Newsgroups | org.kernel.vger.linux-renesas-soc,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAMuHMdVSDg2EUhnzVtcrLaL3kyZK-wJ8UfZzcFXmS=O1RZE3MQ@mail.gmail.com> |
Hi Claudiu, On Wed, 19 Aug 2026 at 16:36, Claudiu Beznea <[email protected]> wrote: > From: Claudiu Beznea <[email protected]> > > The Renesas RZ/G3S I3C pins can be powered at either 1.8V or 1.2V. The > pin controller provides a register to select between these two options. > Update the Renesas RZ/G2L pin controller driver to allow selecting the > I3C power source on RZ/G3S SoC. > > Signed-off-by: Claudiu Beznea <[email protected]> > --- > > Changes in v5: > - due to patch 3 from this series: > -- dropped the definitions for PVDD_I3C_1200, PVDD_I3C_1800 > -- dropped available_i3c_ps[] array and fill everything in available_ps[] > -- dropped the adjustments from rzg2l_pwr_reg_val_to_ps() and > rzg2l_ps_to_pwr_reg_val(), rzg2l_ps_is_supported() and > rzg2l_pinctrl_pinconf_set() > -- dropped the tags Thanks for the update! > --- a/drivers/pinctrl/renesas/pinctrl-rzg2l.c > +++ b/drivers/pinctrl/renesas/pinctrl-rzg2l.c > @@ -69,6 +69,7 @@ > #define PIN_CFG_PVDD1833_OTH_AWO_POC BIT(19) /* known on RZ/G3L only */ > #define PIN_CFG_PVDD1833_OTH_ISO_POC BIT(20) /* known on RZ/G3L only */ > #define PIN_CFG_WDTOVF_N_POC BIT(21) /* known on RZ/G3L only */ > +#define PIN_CFG_IO_VMC_I3C BIT(22) BIT(22) is already taken, please rebase to renesas-pinctrl-for-v7.4. Reviewed-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] 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