Re: [U-Boot] [PATCH v2 5/5] board: at91sam9x5ek: Convert to CONFIG_DM_VIDEO

2017-09-17 Thread Simon Glass
On 14 September 2017 at 23:15, Wenyou Yang wrote: > Convert the board to support the video driver model, add the device > tree node, and remove the unnecessary code. > > Signed-off-by: Wenyou Yang > --- > > Changes in v2: > - Rebase the u-boot/master (5541543f686). > - Drop the applied patches.

[U-Boot] [PATCH v2 5/5] board: at91sam9x5ek: Convert to CONFIG_DM_VIDEO

2017-09-14 Thread Wenyou Yang
Convert the board to support the video driver model, add the device tree node, and remove the unnecessary code. Signed-off-by: Wenyou Yang --- Changes in v2: - Rebase the u-boot/master (5541543f686). - Drop the applied patches. - Improve the commit log. arch/arm/mach-at91/Kconfig