mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
37531e78df
commit
8574d32f22
2 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue