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.

