[PATCH 07/10] pinctrl: nxp: imx93: Rename to imx9
Peng Fan
peng.fan at nxp.com
Fri Feb 27 01:11:35 CET 2026
Hi Fabio,
> Subject: Re: [PATCH 07/10] pinctrl: nxp: imx93: Rename to imx9
>
> Hi Peng,
>
> On Tue, Feb 24, 2026 at 9:14 PM Peng Fan (OSS)
> <peng.fan at oss.nxp.com> wrote:
> >
> > From: Peng Fan <peng.fan at nxp.com>
> >
> > We are going to add pinctrl data support for both i.MX93 and i.MX91.
> > Since these SoCs share the same pinctrl driver structure, rename
> > pinctrl-imx93.c to a more generic pinctrl-imx9.c and update all
> > related variable and function names accordingly.
> >
> > This prepares the driver for supporting additional i.MX9 family SoCs.
> >
> > Signed-off-by: Peng Fan <peng.fan at nxp.com>
> > ---
> > drivers/pinctrl/nxp/Makefile | 2 +-
> > drivers/pinctrl/nxp/pinctrl-imx9.c | 34
> > ++++++++++++++++++++++++++++++++++
> > drivers/pinctrl/nxp/pinctrl-imx93.c | 34
> > ----------------------------------
>
> Please generate this using "git mv" so it appears as a rename rather
> than adding and removing files.
I updated all related variable and function names accordingly,
such as imx93_pinctrl_ops to imx9_pinctrl_ops.
Thanks,
Peng.
More information about the U-Boot
mailing list