drivers/platform/x86/intel/int3472

Intel INT3472 ACPI camera power-control glue for MIPI laptop webcams

ACPI-described power and GPIO sequencing logic that brings up the front-facing MIPI CSI-2 webcams found in modern Intel laptops, from Skylake onward through current Meteor Lake, Lunar Lake, and Nova Lake machines. It handles the regulators, clocks, and reset lines (including TPS68470 PMICs, uP6641Q chips, and discrete designs) that sit between the SoC's IPU and the actual camera sensor.

keep conf=0.93 last_sold=2026 deploy=medium replacement=none subsystem=platform category=platform-vendor
93%

recommendation

It should stay because Intel-based laptops still ship in 2025 and 2026 depend on it to power on their built-in cameras, with no generic replacement for this ACPI glue role. Upstream activity is healthy: board data for Nova Lake was being added in April 2026, real bug fixes landed for ThinkPad X9 Lunar Lake hardware in late 2025, and Dell rugged tablets and Meteor Lake premium laptops have all needed support added recently.

repository signals

10 files
1,578 source lines
78 commits, 5y
+2,563 / −946 lines added / removed, 5y
20 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 78 total · active in 28/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 2 commits · +1,022 −2 2021-07: 0 commits · +0 −0 2021-08: 1 commit · +1 −1 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +1 −1 2021-11: 0 commits · +0 −0 2021-12: 5 commits · +374 −146 2022-01: 2 commits · +15 −3 2022-02: 1 commit · +2 −1 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +1 −3 2022-09: 5 commits · +134 −35 2022-10: 1 commit · +3 −3 2022-11: 0 commits · +0 −0 2022-12: 1 commit · +2 −1 2023-01: 5 commits · +195 −91 2023-02: 2 commits · +1 −8 2023-03: 2 commits · +5 −6 2023-04: 0 commits · +0 −0 2023-05: 2 commits · +107 −20 2023-06: 7 commits · +92 −114 2023-07: 1 commit · +1 −1 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 4 commits · +95 −95 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +13 −3 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 2 commits · +3 −6 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +1 −1 2024-11: 0 commits · +0 −0 2024-12: 4 commits · +19 −10 2025-01: 0 commits · +0 −0 2025-02: 3 commits · +92 −47 2025-03: 0 commits · +0 −0 2025-04: 10 commits · +169 −138 2025-05: 5 commits · +163 −180 2025-06: 0 commits · +0 −0 2025-07: 3 commits · +38 −20 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +1 −1 2025-10: 1 commit · +1 −4 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +12 −5 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Kconfig describes INT3472 as the camera power-controller support for Intel Skylake systems, covering TPS68470, uP6641Q, and discrete GPIO/power-gate designs.

  2. lkml.org

    April 2026 review thread discusses adding INT3472 TPS68470 board data for Intel Nova Lake client platforms, showing current upstream enablement work rather than retirement.

  3. lkml.org

    October 2025 fix thread addresses an INT3472 unregister bug seen on ThinkPad X9 Lunar Lake hardware, indicating real-world use on modern laptops and active bug-fix traffic.

  4. spinics.net

    May 2025 patch adds INT3472 board data for the Dell 7212 Rugged Extreme Tablet, showing ongoing addition of supported systems.

  5. mail-archive.com

    January 2026 Ubuntu OEM bug report for Dell 16 Premium DA16250 on Meteor Lake explicitly shows the int3472-discrete driver gating webcam bring-up on recent shipping hardware.

codex reasoning notes (technical)

Real driver directory, not a helper-only subtree. Local shell inspection (`sed` on Kconfig, `git -c safe.directory=... log`) shows the driver was added in 2021 and still received substantive fixes/features through 2026-02-23, with recent changes for DOVDD, HPD, regulator timing, and board quirks. Lore MCP and `lei` were unavailable here, so lore-style evidence was obtained via web search to LKML/spinics pages; I found active maintenance and new-platform enablement, but no removal series. The kernel.org Kconfig URL is canonical recall, cross-checked against the local tree. Because INT3472 is still needed for current Intel laptop camera designs and has no generic successor covering the same ACPI glue role, the correct outcome is keep.