diff mbox series

[8/8] imx: convert mx53loco board to DM_VIDEO

Message ID 20200525234137.9985-8-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: Jason Liu <jason.hui.liu@nxp.com>
---
 configs/mx53loco_defconfig | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Comments

Jason Liu May 26, 2020, 3:27 a.m. UTC | #1
> -----Original Message-----
> From: Anatolij Gustschin <agust@denx.de>
> Sent: Tuesday, May 26, 2020 7:42 AM
> To: u-boot@lists.denx.de
> Cc: Jason Liu <jason.hui.liu@nxp.com>
> Subject: [PATCH 8/8] imx: convert mx53loco board to DM_VIDEO
> 
> 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: Jason Liu <jason.hui.liu@nxp.com>
> ---
>  configs/mx53loco_defconfig | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)


Acked-by: Jason Liu<jason.hui.liu@nxp.com>

> 
> diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index
> e5d842a75d..40fab2016c 100644
> --- a/configs/mx53loco_defconfig
> +++ b/configs/mx53loco_defconfig
> @@ -37,7 +37,12 @@ CONFIG_USB_HOST_ETHER=y
> CONFIG_USB_ETHER_ASIX=y  CONFIG_USB_ETHER_MCS7830=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
> --
> 2.17.1
Anatolij Gustschin June 19, 2020, 1:48 p.m. UTC | #2
On Tue, 26 May 2020 01:41:37 +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: Jason Liu <jason.hui.liu@nxp.com>
> ---
>  configs/mx53loco_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/mx53loco_defconfig b/configs/mx53loco_defconfig
index e5d842a75d..40fab2016c 100644
--- a/configs/mx53loco_defconfig
+++ b/configs/mx53loco_defconfig
@@ -37,7 +37,12 @@  CONFIG_USB_HOST_ETHER=y
 CONFIG_USB_ETHER_ASIX=y
 CONFIG_USB_ETHER_MCS7830=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