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 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>
This commit is contained in:
committed by
Thierry Reding
parent
ce27c9c212
commit
688dfe40b4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user