summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch')
-rw-r--r--recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch b/recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch
new file mode 100644
index 0000000..740e4c6
--- /dev/null
+++ b/recipes-bsp/u-boot-mainline/files/0003-configs-colibri_imx7-enable-DM_VIDEO.patch
@@ -0,0 +1,27 @@
+From b566fdf72a80849ef0e98fc743b8222f21d0688c Mon Sep 17 00:00:00 2001
+From: Igor Opaniuk <igor.opaniuk@toradex.com>
+Date: Wed, 19 Jun 2019 11:47:07 +0300
+Subject: [PATCH 3/6] configs: colibri_imx7: enable DM_VIDEO
+
+Enable DM_VIDEO support for Colibri iMX7 NAND version.
+
+Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
+---
+ configs/colibri_imx7_defconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configs/colibri_imx7_defconfig b/configs/colibri_imx7_defconfig
+index 5b0d091569..686ff235d8 100644
+--- a/configs/colibri_imx7_defconfig
++++ b/configs/colibri_imx7_defconfig
+@@ -73,6 +73,6 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x1b67
+ CONFIG_USB_GADGET_PRODUCT_NUM=0x4000
+ CONFIG_CI_UDC=y
+ CONFIG_USB_GADGET_DOWNLOAD=y
+-CONFIG_VIDEO=y
++CONFIG_DM_VIDEO=y
+ CONFIG_OF_LIBFDT_OVERLAY=y
+ CONFIG_FDT_FIXUP_PARTITIONS=y
+--
+2.13.6
+