drivers/soc/tegra/fuse

NVIDIA Tegra fuse and SoC identification driver

Reads the on-chip electronic fuses found on NVIDIA Tegra system-on-chips, which encode the chip's revision, speed grade, security settings, and unique identifiers. It covers the full Tegra lineage from the original Tegra20 through Tegra234 and Tegra241, the SoCs powering NVIDIA's Jetson embedded modules, in-car systems, and the Nintendo Switch.

keep conf=0.92 last_sold=2022 deploy=medium replacement=none subsystem=soc category=platform-vendor
92%

recommendation

It should stay because the hardware is still being sold new: NVIDIA's published lifecycle has Jetson AGX Orin and Orin NX/Nano modules available through January 2032, and the driver itself is under active maintenance, with patches landing on the linux-tegra list as recently as October 2025 to fix Tegra194/Tegra234 ACPI behavior. It is foundational infrastructure for any Tegra-based Linux system, so removal is not on the table.

repository signals

11 files
2,906 source lines
42 commits, 5y
+945 / −253 lines added / removed, 5y
18 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 42 total · active in 24/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +4 −5 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 3 commits · +80 −9 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 2 commits · +74 −17 2021-12: 2 commits · +21 −3 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +2 −2 2022-03: 1 commit · +20 −5 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +27 −2 2022-06: 2 commits · +6 −2 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 2 commits · +283 −111 2022-11: 1 commit · +21 −2 2022-12: 0 commits · +0 −0 2023-01: 1 commit · +2 −2 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +2 −1 2023-06: 1 commit · +1 −1 2023-07: 3 commits · +6 −11 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 7 commits · +205 −46 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +4 −2 2024-01: 2 commits · +5 −1 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +2 −2 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +11 −6 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +1 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +122 −0 2025-09: 1 commit · +43 −19 2025-10: 2 commits · +1 −2 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream activity is current: March 24, 2026 patch touching fuse-tegra.c shows ongoing maintenance rather than deprecation.

  2. lore.kernel.org

    Driver received a 2025 bug-fix/stable-worthy patch for Tegra194/Tegra234 ACPI behavior, indicating active field use on modern Tegra SoCs.

  3. developer.nvidia.com

    NVIDIA lists Jetson AGX Orin and Orin NX/Nano modules as available through January 2032, with Xavier NX and TX2 NX through 2028, so Tegra hardware covered by this driver family was still sold new in 2025.

  4. docs.nvidia.com

    NVIDIA's Jetson Linux Developer Guide updated June 26, 2025 documents the actively supported Jetson platform and modules that rely on Tegra SoCs.

codex reasoning notes (technical)

Real driver directory: local shell inspection of drivers/soc/tegra/fuse and drivers/soc/tegra/Kconfig showed built kernel code for SOC_TEGRA_FUSE across Tegra20/30/114/124/132/210/186/194/234/241, including current Tegra234/241 support. lore_activity (tool) on drivers/soc/tegra/fuse/fuse-tegra.c returned 2025-10 and 2026-03 linux-tegra patches, with no removal/deprecation evidence; the directory-level lore_file_timeline query returned no matches, so file-level lore evidence was used instead. Web search (tool) found NVIDIA lifecycle and Jetson Linux docs showing current Jetson/Orin availability. Kept, not annotated: active upstream fixes plus hardware still on sale. last_widely_available_year is set to 2032 based on the current Orin module lifecycle horizon; deployments are medium because Tegra/Jetson remains relevant in embedded/edge systems but is not broad commodity PC hardware.