git: 3bcb469c61de - main - arm: ti: Rename video related devices
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Mar 2023 11:34:35 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=3bcb469c61de035dcd9044132162ddeee80b935b
commit 3bcb469c61de035dcd9044132162ddeee80b935b
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-03-16 09:36:23 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-03-17 12:34:52 +0000
arm: ti: Rename video related devices
device 'hdmi' is too generic (and will be used later in a new device) so rename
the arm TI devices to some proper name.
Sponsored by: Beckhoff Automation GmbH & Co. KG
Reviewed by: andrew
Differential Revision: https://reviews.freebsd.org/D39119
---
sys/arm/conf/GENERIC | 3 +++
sys/arm/ti/am335x/files.am335x | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys/arm/conf/GENERIC b/sys/arm/conf/GENERIC
index 024ff2a13ab4..74958061be46 100644
--- a/sys/arm/conf/GENERIC
+++ b/sys/arm/conf/GENERIC
@@ -252,6 +252,9 @@ device dwc_hdmi
device imx6_hdmi
device imx6_ipu
+# TDA19988 HDMI Encoder
+device tda19988
+
# Pinmux
device fdt_pinctrl
diff --git a/sys/arm/ti/am335x/files.am335x b/sys/arm/ti/am335x/files.am335x
index 4ecdc1e35b43..b5f78ae6f4a8 100644
--- a/sys/arm/ti/am335x/files.am335x
+++ b/sys/arm/ti/am335x/files.am335x
@@ -19,7 +19,7 @@ arm/ti/am335x/am335x_musb.c optional musb fdt
arm/ti/am335x/am335x_usb_phy.c optional musb fdt
arm/ti/am335x/am3359_cppi41.c optional musb fdt
-arm/ti/am335x/tda19988.c optional hdmi
+arm/ti/am335x/tda19988.c optional tda19988
arm/ti/ti_edma3.c standard
arm/ti/cpsw/if_cpsw.c optional cpsw