[U-Boot] [PATCH v2 2/5] board: sama5d3xek: Convert to CONFIG_DM_VIDEO
Simon Glass
sjg at chromium.org
Sun Sep 17 17:55:20 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/sama5d36ek_cmp.dts | 1 +
> arch/arm/dts/sama5d3_lcd.dtsi | 21 +-------
> arch/arm/dts/sama5d3xdm.dtsi | 26 ++++++++++
> board/atmel/sama5d3xek/sama5d3xek.c | 83 ++----------------------------
> configs/sama5d36ek_cmp_mmc_defconfig | 3 +-
> configs/sama5d36ek_cmp_nandflash_defconfig | 3 +-
> configs/sama5d36ek_cmp_spiflash_defconfig | 3 +-
> configs/sama5d3xek_mmc_defconfig | 3 +-
> configs/sama5d3xek_nandflash_defconfig | 3 +-
> configs/sama5d3xek_spiflash_defconfig | 3 +-
> include/configs/sama5d3xek.h | 9 ----
> 11 files changed, 43 insertions(+), 115 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list