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:
@@ -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