aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-03-16 09:30:57 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-03-17 12:34:46 +0000
commit8574d32f226a5fc5b3d453d46745a8681ddbb465 (patch)
treec879936108ab7ae5b825ed6fcf2bab5ebd5ebd85 /sys
parent37531e78df291720c36641bd503b232187d40776 (diff)
downloadsrc-8574d32f226a5fc5b3d453d46745a8681ddbb465.tar.gz
src-8574d32f226a5fc5b3d453d46745a8681ddbb465.zip
arm: imx: Rename video related devices
device 'hdmi' is too generic (and will be used later in a new device) so rename the arm IMX devices to some proper name. Sponsored by: Beckhoff Automation GmbH & Co. KG Reviewed by: andrew Differential Revision: https://reviews.freebsd.org/D39118
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/conf/GENERIC5
-rw-r--r--sys/arm/freescale/imx/files.imx66
2 files changed, 8 insertions, 3 deletions
diff --git a/sys/arm/conf/GENERIC b/sys/arm/conf/GENERIC
index 84f81a2f142c..024ff2a13ab4 100644
--- a/sys/arm/conf/GENERIC
+++ b/sys/arm/conf/GENERIC
@@ -247,6 +247,11 @@ device videomode
device hdmi
device vchiq
+# IMX6 HDMI Controller
+device dwc_hdmi
+device imx6_hdmi
+device imx6_ipu
+
# Pinmux
device fdt_pinctrl
diff --git a/sys/arm/freescale/imx/files.imx6 b/sys/arm/freescale/imx/files.imx6
index 926c2b25f4b9..2cf2524d2ae5 100644
--- a/sys/arm/freescale/imx/files.imx6
+++ b/sys/arm/freescale/imx/files.imx6
@@ -23,10 +23,10 @@ arm/freescale/imx/imx6_audmux.c optional sound
arm/freescale/imx/imx6_ssi.c optional sound fslsdma
arm/freescale/imx/imx6_ahci.c optional ahci
-dev/hdmi/dwc_hdmi.c optional hdmi
-arm/freescale/imx/imx6_hdmi.c optional hdmi
+dev/hdmi/dwc_hdmi.c optional vt dwc_hdmi
+arm/freescale/imx/imx6_hdmi.c optional vt imx6_hdmi
-arm/freescale/imx/imx6_ipu.c optional vt
+arm/freescale/imx/imx6_ipu.c optional vt imx6_ipu
#
# Optional devices.