ARM: tegra: ap: add default fallback for Tegra20 SKU

Until now all Tegra chips except Tegra20 had a fallback if SKU is not
known. This caused issues previously when certain SKU wasn't known. Add a
fallback for Tegra20 aligning it with other Tegra SoC generations.

Signed-off-by: Ion Agorria <ion@agorria.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:
Ion Agorria
2026-03-20 17:41:53 +02:00
committed by Svyatoslav Ryhel
parent eb1f4fd719
commit 0d26afc484
+2
View File
@@ -77,6 +77,8 @@ int tegra_get_chip_sku(void)
case SKU_ID_AP25E:
case SKU_ID_T25E:
return TEGRA_SOC_T25;
default:
return TEGRA_SOC_T20;
}
break;
case CHIPID_TEGRA30: