From: Aaron Kling Date: Wed, 22 Oct 2025 03:11:15 +0000 (-0500) Subject: soc/tegra: fuse: speedo-tegra210: Add SoC speedo 2 X-Git-Tag: v6.19-rc1~98^2~9^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=688dfe40b4d7b33047cfa009f4f88a9526265126;p=thirdparty%2Flinux.git 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 Reviewed-by: Mikko Perttunen Signed-off-by: Thierry Reding --- diff --git a/drivers/soc/tegra/fuse/speedo-tegra210.c b/drivers/soc/tegra/fuse/speedo-tegra210.c index a8cc363297723..06c2bcbee5734 100644 --- a/drivers/soc/tegra/fuse/speedo-tegra210.c +++ b/drivers/soc/tegra/fuse/speedo-tegra210.c @@ -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;