TI AM437x Video Port Front End (VPFE) camera capture
The video capture front-end built into Texas Instruments' AM437x Sitara industrial application processors, used to pull frames from parallel image sensors on embedded boards like TI's AM437x Industrial Development Kit. It serves industrial vision, HMI, and embedded camera use cases on ARM Cortex-A9 systems TI has shipped since the mid-2010s.
recommendation
It should stay because the underlying TI AM437x industrial processors are still sold new in 2025, TI is still shipping fresh Linux SDK releases for them as of November 2025, and the driver itself has seen upstream maintenance into 2025 with no removal proposals on the horizon. Real-world deployments are niche (mostly industrial camera and machine-vision applications), but there is no in-tree replacement and no reason to push it out.
repository signals
sources
- docs.kernel.org
Current kernel media platform driver documentation lists am437x-vpfe as a supported platform driver (TI AM437x VPFE).
- cateee.net
LKDDb shows CONFIG_VIDEO_AM437X_VPFE present in current kernel series through 6.19-rc+HEAD and building module am437x-vpfe.
- ti.com
TI still publishes an AM437x Linux SDK, with a latest listed Linux SDK release dated November 21, 2025, covering AM4376/AM4377/AM4378/AM4379 and AM437x evaluation boards.
- ti.com
TI still has an AM437x/AMIC120 Industrial Development Kit product page with inventory/pricing information and industrial target applications, indicating ongoing new-hardware availability in the market.
codex reasoning notes (technical)
Local shell inspection of drivers/media/platform/ti/am437x/am437x-vpfe.c and Kconfig confirmed this is a real V4L2 platform capture driver for the AM43xx SoC family, with no generic successor driver in-tree. Local shell `git log` showed recent upstream maintenance through 2025-04-30 and no obvious stagnation. I then used `web.search_query` to locate current kernel/TI pages and `web.open`/`web.find` to verify them: docs.kernel.org shows the driver is still documented as supported; LKDDb shows it remains in current kernel configs; TI's SDK page shows active AM437x Linux support in late 2025; TI's IDK product page shows AM437x-based hardware still marketed for industrial use. A targeted lore-domain web search returned no removal/deprecation hits, so there is no evidence of an active upstream removal series. Conclusion: niche industrial/camera-capture deployments remain plausible but limited, so keep rather than deprecate.