soc: tegra: fuse: speedo-tegra210: Add soc speedo 2

The Jetson Nano series of modules only have 2 emc table entries,
different from other soc sku's. As the emc driver uses the soc speedo to
populate the emc opp tables, add a new speedo id to uniquely identify
this.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
This commit is contained in:
Aaron Kling
2025-08-26 15:31:05 -05:00
committed by Thomas Makin
parent 091bffaf7e
commit 343e60550d

View File

@@ -97,6 +97,7 @@ static void __init rev_sku_to_speedo_ids(struct tegra_sku_info *sku_info,
break; break;
case 0x8F: case 0x8F:
sku_info->soc_speedo_id = 2;
sku_info->cpu_speedo_id = 9; sku_info->cpu_speedo_id = 9;
sku_info->gpu_speedo_id = 2; sku_info->gpu_speedo_id = 2;
break; break;