ARM: tegra: ap: add support T20 A04 SKU id

Add definition for Tegra20 SKU 0x4 / A04 found in Sony Tablet P.

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 ef1501932b
commit eb1f4fd719
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -68,6 +68,7 @@ struct timerus {
/* These are the available SKUs (product types) for Tegra */
enum {
SKU_ID_T20_A04 = 0x4, /* Sony Tablet P value */
SKU_ID_AP20 = 0x7,
SKU_ID_T20 = 0x8,
SKU_ID_AP20H = 0xf,
+1
View File
@@ -66,6 +66,7 @@ int tegra_get_chip_sku(void)
switch (chip_id) {
case CHIPID_TEGRA20:
switch (sku_id) {
case SKU_ID_T20_A04:
case SKU_ID_AP20:
case SKU_ID_T20:
case SKU_ID_AP20H: