diff mbox series

[7/8] imx: convert mx51evk board to DM_VIDEO

Message ID 20200525234137.9985-7-agust@denx.de
State Accepted
Delegated to: Anatolij Gustschin
Headers show
Series [1/8] imx: convert embest boards to DM_VIDEO | expand

Commit Message

Anatolij Gustschin May 25, 2020, 11:41 p.m. UTC
Migration to DM_VIDEO driver is long overdue. Update defconfig
to enable usage of converted ipuv3 driver DM configuration.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
---
 configs/mx51evk_defconfig | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Comments

Anatolij Gustschin June 19, 2020, 1:48 p.m. UTC | #1
On Tue, 26 May 2020 01:41:36 +0200
Anatolij Gustschin agust@denx.de wrote:

> Migration to DM_VIDEO driver is long overdue. Update defconfig
> to enable usage of converted ipuv3 driver DM configuration.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
>  configs/mx51evk_defconfig | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)

Applied to u-boot-video/next, thanks!

--
Anatolij
diff mbox series

Patch

diff --git a/configs/mx51evk_defconfig b/configs/mx51evk_defconfig
index dbc4d85a22..b8e3ba205f 100644
--- a/configs/mx51evk_defconfig
+++ b/configs/mx51evk_defconfig
@@ -36,7 +36,12 @@  CONFIG_USB_STORAGE=y
 CONFIG_USB_HOST_ETHER=y
 CONFIG_USB_ETHER_ASIX=y
 CONFIG_USB_ETHER_SMSC95XX=y
+CONFIG_DM_VIDEO=y
 CONFIG_VIDEO_IPUV3=y
-CONFIG_VIDEO=y
-# CONFIG_VIDEO_SW_CURSOR is not set
+# CONFIG_BACKLIGHT is not set
+# CONFIG_VIDEO_BPP8 is not set
+# CONFIG_VIDEO_BPP32 is not set
+# CONFIG_VIDEO_ANSI is not set
+# CONFIG_PANEL is not set
+CONFIG_SYS_WHITE_ON_BLACK=y
 CONFIG_OF_LIBFDT=y