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
This commit is contained in:
Emmanuel Vadot 2023-03-16 10:30:57 +01:00
parent 37531e78df
commit 8574d32f22
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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.