[PATCH] usbarmory: Add DM_I2C and DM_SERIAL support

From: Andrej Rosano andrej.rosano@withsecure.com
Use DM_I2C and DM_SERIAL as it is now mandatory.
Signed-off-by: Andrej Rosano andrej.rosano@withsecure.com --- 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

On Thu, Sep 21, 2023 at 8:27 AM Andrej Rosano andrej.rosano@withsecure.com wrote:
From: Andrej Rosano andrej.rosano@withsecure.com
Use DM_I2C and DM_SERIAL as it is now mandatory.
Signed-off-by: Andrej Rosano andrej.rosano@withsecure.com
Reviewed-by: Fabio Estevam festevam@gmail.com
participants (2)
-
Andrej Rosano
-
Fabio Estevam