> Subject: Re: [PATCH v2 16/16] imx: imx93-11x11-evk: drop duplicated > nodes > > Hi Peng, > > On Tue, Jan 7, 2025 at 3:59 AM Peng Fan (OSS) > <[email protected]> wrote: > > > --- a/drivers/gpio/adp5585_gpio.c > > +++ b/drivers/gpio/adp5585_gpio.c > > @@ -224,7 +224,7 @@ static int adp5585_probe(struct udevice > *dev) } > > > > static const struct udevice_id adp5585_ids[] = { > > - { .compatible = "adp5585" }, > > + { .compatible = "adi,adp5585" }, > > Please don't mix dts with driver changes. > > Make this driver change a separate patch.
Could I just send out two patches for this change without resending the whole patchset? Or you expect me to send out v3 for this patchset? Thanks, Peng.

