Re: [PATCH 08/15] imx: imx8mn_var_som: enable DM_SERIAL

2022-05-02 Thread Ariel D'Alessandro
Hi Peng, On 4/30/22 09:43, Peng Fan (OSS) wrote: > From: Peng Fan > > Enable CONFIG_DM_SERIAL. uart and its pinmux was already > marked with u-boot,dm-spl. > Move preloader_console_init after spl_init to make sure driver > model work. > > Signed-off-by: Peng Fan > --- >

[PATCH 08/15] imx: imx8mn_var_som: enable DM_SERIAL

2022-04-30 Thread Peng Fan (OSS)
From: Peng Fan Enable CONFIG_DM_SERIAL. uart and its pinmux was already marked with u-boot,dm-spl. Move preloader_console_init after spl_init to make sure driver model work. Signed-off-by: Peng Fan --- board/variscite/imx8mn_var_som/spl.c | 11 ++- configs/imx8mn_var_som_defconfig