drivers/clk/tegra

NVIDIA Tegra SoC Clock Controllers

Clock controller support for NVIDIA's Tegra family of ARM systems-on-chip, which power the Jetson embedded computing modules (Nano, TX2, Xavier, Orin) as well as older Tegra-based tablets, automotive infotainment systems, and the Nintendo Switch. These controllers gate and configure the dozens of internal clocks that drive each Tegra SoC's CPU, GPU, memory, and peripheral blocks.

keep conf=0.86 last_sold=2025 deploy=medium replacement=none subsystem=clk category=platform-vendor
86%

recommendation

It should stay because Tegra hardware is still actively sold in 2025 — NVIDIA continues to market Jetson Nano and other Jetson modules and published refreshed Jetson Linux documentation as recently as June 2025. The code is also still receiving upstream maintenance, with patches touching this directory landing on the linux-clk list in 2025, and there is no replacement driver since each Tegra SoC generation needs its own clock support.

repository signals

35 files
22,565 source lines
67 commits, 5y
+1,065 / −356 lines added / removed, 5y
32 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 67 total · active in 30/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 9 commits · +91 −54 2021-06: 1 commit · +2 −2 2021-07: 1 commit · +10 −0 2021-08: 1 commit · +1 −5 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 2 commits · +421 −55 2021-12: 0 commits · +0 −0 2022-01: 1 commit · +1 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 3 commits · +78 −21 2022-05: 4 commits · +7 −4 2022-06: 1 commit · +2 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +1 −1 2022-09: 0 commits · +0 −0 2022-10: 2 commits · +39 −3 2022-11: 0 commits · +0 −0 2022-12: 1 commit · +2 −0 2023-01: 0 commits · +0 −0 2023-02: 1 commit · +14 −14 2023-03: 2 commits · +13 −11 2023-04: 0 commits · +0 −0 2023-05: 5 commits · +25 −9 2023-06: 1 commit · +12 −3 2023-07: 1 commit · +3 −5 2023-08: 1 commit · +2 −4 2023-09: 1 commit · +1 −1 2023-10: 0 commits · +0 −0 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: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +1 −1 2024-09: 1 commit · +1 −1 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 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: 1 commit · +1 −1 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 3 commits · +4 −5 2025-08: 3 commits · +159 −35 2025-09: 7 commits · +73 −59 2025-10: 3 commits · +45 −14 2025-11: 1 commit · +1 −1 2025-12: 1 commit · +3 −3 2026-01: 3 commits · +16 −5 2026-02: 3 commits · +35 −38 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream lore shows this directory still receives linux-clk traffic in 2025, indicating ongoing maintenance rather than abandonment.

  2. lore.kernel.org

    A 2025 cross-subsystem patch series still touched drivers/clk/tegra code, so the code remains part of active kernel integration work.

  3. developer.nvidia.com

    NVIDIA still marketed Jetson Nano modules for purchase in 2025, providing current new-hardware deployment evidence for Tegra210-era support.

  4. developer.nvidia.com

    NVIDIA's Jetson hardware lineup page still lists Jetson Nano and TX2 family modules, showing continued ecosystem presence for Tegra-based products.

  5. docs.nvidia.com

    NVIDIA published Jetson Linux documentation updated on June 26, 2025, showing ongoing vendor software support for Jetson platforms.

codex reasoning notes (technical)

Real driver directory: contains Tegra clock-controller implementation files and Kconfig entries for ARCH_TEGRA_* SoCs. lore_activity(file=drivers/clk/tegra/clk-tegra210.c) produced the cited lore URLs, showing 2025 maintenance traffic and no removal signal. Local tree inspection showed multiple SoC-specific Tegra clock drivers plus BPMP support, so there is no natural upstream replacement driver. Web search on developer.nvidia.com/docs.nvidia.com produced the cited Jetson Nano, Jetson hardware, and Jetson Linux documentation URLs; together they support that Tegra-based Jetson hardware was still sold and supported in 2025. Recommendation stays keep, not keep-annotate/deprecate/remove, because upstream activity is recent and deployments remain meaningful in embedded/Jetson use.