[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 Engineering GmbH,Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=


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
--- a/configs/usbarmory_defconfig
+++ b/configs/usbarmory_defconfig
@@ -29,7 +29,7 @@ CONFIG_ENV_IS_IN_MMC=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_USE_HOSTNAME=y
 CONFIG_HOSTNAME="usbarmory"
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_MXC=y
 CONFIG_FSL_IIM=y
 CONFIG_FSL_ESDHC_IMX=y
@@ -39,6 +39,7 @@ CONFIG_PINCTRL_IMX5=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_DM_SERIAL=y
 CONFIG_MXC_UART=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_MX5=y
-- 
2.42.0