Re: [U-Boot] [PATCH 3/3] board: tbs2910: Convert eth to driver model

2019-10-25 Thread Fabio Estevam
Hi Soeren, On Tue, Oct 15, 2019 at 11:11 AM Soeren Moch wrote: > The build system still complaints about missing DM_VIDEO conversion for > this board. Are there any examples available, where i.MX6Q boards with > HDMI output are converted to DM_VIDEO? Yes, please check wandboard for an example.

Re: [U-Boot] [PATCH 3/3] board: tbs2910: Convert eth to driver model

2019-10-15 Thread Soeren Moch
On 14.10.19 14:40, sba...@denx.de wrote: >> So we can remove lots of legacy config code. >> Signed-off-by: Soeren Moch > Applied to u-boot-imx, master, thanks ! > Thanks, Stefano. The build system still complaints about missing DM_VIDEO conversion for this board. Are there any examples available,

[U-Boot] [PATCH 3/3] board: tbs2910: Convert eth to driver model

2019-10-14 Thread sbabic
> So we can remove lots of legacy config code. > Signed-off-by: Soeren Moch Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165

[U-Boot] [PATCH 3/3] board: tbs2910: Convert eth to driver model

2019-10-10 Thread Soeren Moch
So we can remove lots of legacy config code. Signed-off-by: Soeren Moch --- Cc: Stefano Babic Cc: Fabio Estevam Cc: u-boot@lists.denx.de --- board/tbs/tbs2910/tbs2910.c | 75 - configs/tbs2910_defconfig | 3 ++ include/configs/tbs2910.h | 9 - 3 fi