[PATCH] usbarmory: Add DM_I2C and DM_SERIAL support

2023-10-16 Thread sbabic
> From: Andrej Rosano > Use DM_I2C and DM_SERIAL as it is now mandatory. > Signed-off-by: Andrej Rosano > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software

Re: [PATCH] usbarmory: Add DM_I2C and DM_SERIAL support

2023-10-07 Thread Fabio Estevam
On Thu, Sep 21, 2023 at 8:27 AM Andrej Rosano wrote: > > From: Andrej Rosano > > Use DM_I2C and DM_SERIAL as it is now mandatory. > > Signed-off-by: Andrej Rosano Reviewed-by: Fabio Estevam

[PATCH] usbarmory: Add DM_I2C and DM_SERIAL support

2023-09-21 Thread Andrej Rosano
From: Andrej Rosano Use DM_I2C and DM_SERIAL as it is now mandatory. Signed-off-by: Andrej Rosano --- configs/usbarmory_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/usbarmory_defconfig b/configs/usbarmory_defconfig index 66c969f95e..277f055aef 100644