[PATCH v2 16/16] imx: imx93-11x11-evk: drop duplicated nodes
Fabio Estevam
festevam at gmail.com
Tue Jan 7 19:08:38 CET 2025
Hi Peng,
On Tue, Jan 7, 2025 at 3:59 AM Peng Fan (OSS) <peng.fan at oss.nxp.com> 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.
More information about the U-Boot
mailing list