]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
soc/tegra: fuse: speedo-tegra210: Add SoC speedo 2
authorAaron Kling <webgeek1234@gmail.com>
Wed, 22 Oct 2025 03:11:15 +0000 (22:11 -0500)
committerThierry Reding <treding@nvidia.com>
Fri, 14 Nov 2025 16:18:25 +0000 (17:18 +0100)
The Jetson Nano series of modules only have 2 EMC table entries,
different from other SoC SKUs. As the EMC driver uses the SoC speedo ID
to populate the EMC OPP tables, add a new speedo ID to uniquely identify
this.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/fuse/speedo-tegra210.c

index a8cc3632977230fbfda0f8c3bfa7b7b25c2378fe..06c2bcbee5734207e3ebacb4057da2195f85321c 100644 (file)
@@ -97,6 +97,7 @@ static void __init rev_sku_to_speedo_ids(struct tegra_sku_info *sku_info,
                        break;
 
                case 0x8F:
+                       sku_info->soc_speedo_id = 2;
                        sku_info->cpu_speedo_id = 9;
                        sku_info->gpu_speedo_id = 2;
                        break;