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:
committed by
Svyatoslav Ryhel
parent
ef1501932b
commit
eb1f4fd719
@@ -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,
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user