summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot-mainline/files/0005-colibri_vf-enable-DM_VIDEO.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot-mainline/files/0005-colibri_vf-enable-DM_VIDEO.patch')
-rw-r--r--recipes-bsp/u-boot-mainline/files/0005-colibri_vf-enable-DM_VIDEO.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot-mainline/files/0005-colibri_vf-enable-DM_VIDEO.patch b/recipes-bsp/u-boot-mainline/files/0005-colibri_vf-enable-DM_VIDEO.patch
new file mode 100644
index 0000000..5a31cc6
--- /dev/null
+++ b/recipes-bsp/u-boot-mainline/files/0005-colibri_vf-enable-DM_VIDEO.patch
@@ -0,0 +1,28 @@
+From 71ae7689ce50b0b66ead1f7ec28f99e78381b31d Mon Sep 17 00:00:00 2001
+From: Igor Opaniuk <igor.opaniuk@toradex.com>
+Date: Mon, 10 Jun 2019 14:47:52 +0300
+Subject: [PATCH 5/7] colibri_vf: enable DM_VIDEO
+
+Enable DM_VIDEO for Colibri VF.
+
+Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
+---
+ configs/colibri_vf_defconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig
+index 75498fddb3..2b66d09901 100644
+--- a/configs/colibri_vf_defconfig
++++ b/configs/colibri_vf_defconfig
+@@ -89,7 +89,7 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x4000
+ CONFIG_CI_UDC=y
+ CONFIG_USB_GADGET_DOWNLOAD=y
+ CONFIG_VIDEO_FSL_DCU_FB=y
+-CONFIG_VIDEO=y
++CONFIG_DM_VIDEO=y
+ CONFIG_SYS_CONSOLE_FG_COL=0x00
+ CONFIG_OF_LIBFDT_OVERLAY=y
+ CONFIG_FDT_FIXUP_PARTITIONS=y
+--
+2.13.6
+