diff --git a/reform2-imx8mq/patches/mnt3007-MNT-Reform-imx8mq-missing-kconf-makefile-for-cadence.patch b/reform2-imx8mq/patches/mnt3007-MNT-Reform-imx8mq-missing-kconf-makefile-for-cadence.patch new file mode 100644 index 0000000000000000000000000000000000000000..58e878afd367cd719c1b1d72cba771e961df8caf --- /dev/null +++ b/reform2-imx8mq/patches/mnt3007-MNT-Reform-imx8mq-missing-kconf-makefile-for-cadence.patch @@ -0,0 +1,43 @@ +From 4587e417bd874b22fafab5e4a352cf4163f03ed5 Mon Sep 17 00:00:00 2001 +From: mntmn <lukas@mntmn.com> +Date: Thu, 28 May 2020 23:47:28 +0200 +Subject: [PATCH] MNT Reform: imx8mq: missing kconf/makefile for cadence HDMI + +--- + drivers/gpu/drm/imx/Kconfig | 9 +++++++++ + drivers/gpu/drm/imx/Makefile | 4 ++++ + 2 files changed, 13 insertions(+) + +diff --git a/drivers/gpu/drm/imx/Kconfig b/drivers/gpu/drm/imx/Kconfig +index 6231048aa5aa..74592ac2889b 100644 +--- a/drivers/gpu/drm/imx/Kconfig ++++ b/drivers/gpu/drm/imx/Kconfig +@@ -40,4 +40,13 @@ config DRM_IMX_HDMI + help + Choose this if you want to use HDMI on i.MX6. + ++config DRM_IMX_CDNS_MHDP ++ tristate "NXP i.MX MX8 DRM HDMI/DP" ++ select DRM_CDNS_MHDP ++ select DRM_CDNS_DP ++ select DRM_CDNS_HDMI ++ select DRM_CDNS_AUDIO ++ help ++ Choose this if you want to use HDMI on i.MX8. ++ + source "drivers/gpu/drm/imx/dcss/Kconfig" +diff --git a/drivers/gpu/drm/imx/Makefile b/drivers/gpu/drm/imx/Makefile +index b644deffe948..b43e3250b416 100644 +--- a/drivers/gpu/drm/imx/Makefile ++++ b/drivers/gpu/drm/imx/Makefile +@@ -10,3 +10,7 @@ obj-$(CONFIG_DRM_IMX_LDB) += imx-ldb.o + + obj-$(CONFIG_DRM_IMX_HDMI) += dw_hdmi-imx.o + obj-$(CONFIG_DRM_IMX_DCSS) += dcss/ ++ ++cdns_mhdp_imx-objs := cdn-mhdp-imxdrv.o cdn-mhdp-dp-phy.o cdn-mhdp-hdmi-phy.o ++obj-$(CONFIG_DRM_IMX_CDNS_MHDP) += cdns_mhdp_imx.o ++ +-- +2.26.2 + diff --git a/reform2-imx8mq/patches/mnt3008-MNT-Reform-imx8mq-missing-makefile-change-for-imx-dc.patch b/reform2-imx8mq/patches/mnt3008-MNT-Reform-imx8mq-missing-makefile-change-for-imx-dc.patch new file mode 100644 index 0000000000000000000000000000000000000000..f541612bb71c4d02b74271711f33b7317c35a388 --- /dev/null +++ b/reform2-imx8mq/patches/mnt3008-MNT-Reform-imx8mq-missing-makefile-change-for-imx-dc.patch @@ -0,0 +1,25 @@ +From dcb782b5c4b48d5ead49961ce69e739c2bf0cc4a Mon Sep 17 00:00:00 2001 +From: mntmn <lukas@mntmn.com> +Date: Thu, 28 May 2020 23:49:19 +0200 +Subject: [PATCH] MNT Reform: imx8mq: missing makefile change for imx-dcss + module + +--- + drivers/gpu/drm/Makefile | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile +index 7f72ef5e7811..2725b3df5032 100644 +--- a/drivers/gpu/drm/Makefile ++++ b/drivers/gpu/drm/Makefile +@@ -102,6 +102,7 @@ obj-$(CONFIG_DRM_TEGRA) += tegra/ + obj-$(CONFIG_DRM_STM) += stm/ + obj-$(CONFIG_DRM_STI) += sti/ + obj-$(CONFIG_DRM_IMX) += imx/ ++obj-$(CONFIG_DRM_IMX_DCSS) += imx/ + obj-$(CONFIG_DRM_INGENIC) += ingenic/ + obj-$(CONFIG_DRM_MEDIATEK) += mediatek/ + obj-$(CONFIG_DRM_MESON) += meson/ +-- +2.26.2 +