[U-Boot] [PATCH v2 4/5] board: sama5d4_xplained: Convert to CONFIG_DM_VIDEO
Simon Glass
sjg at chromium.org
Sun Sep 17 17:55:32 UTC 2017
On 14 September 2017 at 23:15, Wenyou Yang <wenyou.yang at microchip.com> wrote:
> From: Wenyou Yang <wenyou.yang at atmel.com>
>
> Convert the board to support the video driver model, add the device
> tree node, and remove the unnecessary code.
>
> Signed-off-by: Wenyou Yang <wenyou.yang at microchip.com>
> ---
>
> Changes in v2: None
>
> arch/arm/dts/at91-sama5d4_xplained.dts | 25 ++++++
> arch/arm/dts/sama5d4.dtsi | 21 +----
> arch/arm/mach-at91/Kconfig | 1 +
> board/atmel/common/video_display.c | 2 +-
> board/atmel/sama5d4_xplained/sama5d4_xplained.c | 102 ++----------------------
> configs/sama5d4_xplained_mmc_defconfig | 2 +
> configs/sama5d4_xplained_nandflash_defconfig | 2 +
> configs/sama5d4_xplained_spiflash_defconfig | 2 +
> include/configs/sama5d4_xplained.h | 11 ---
> 9 files changed, 40 insertions(+), 128 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list