[PATCH] board: gateworks: venice: enable SPL_DM_SERIAL

2022-05-20 Thread sbabic
> The uart2 and its pinmux are already marked with u-boot,dm-spl but we > need to move the call to preloader_console_init() after spl_early_init() > to avoid a board hang as dm can't be used until after spl_early_init() > due to the uart driver not enabling the uart clock. > Remove the manual confi

[PATCH] board: gateworks: venice: enable SPL_DM_SERIAL

2022-04-29 Thread Tim Harvey
The uart2 and its pinmux are already marked with u-boot,dm-spl but we need to move the call to preloader_console_init() after spl_early_init() to avoid a board hang as dm can't be used until after spl_early_init() due to the uart driver not enabling the uart clock. Remove the manual config of the