summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-tegra/tegra.h
diff options
context:
space:
mode:
authorTom Warren <twarren.nvidia@gmail.com>2014-01-24 12:46:13 -0700
committerTom Warren <twarren@nvidia.com>2014-02-03 09:46:46 -0700
commit999c6baf79d74f6ec5c6c96334ad8d653b4081a7 (patch)
treec8075ced4c73086fe86b98c52684f3170c2af2ec /arch/arm/include/asm/arch-tegra/tegra.h
parent49941b22ec99f9ef8ee6673f61e06e8fde239e97 (diff)
downloadtalos-obmc-uboot-999c6baf79d74f6ec5c6c96334ad8d653b4081a7.tar.gz
talos-obmc-uboot-999c6baf79d74f6ec5c6c96334ad8d653b4081a7.zip
ARM: tegra: add/edit headers for Tegra124
These headers define the Tegra124 hardware. Add them to the usual place. Add Tegra124 chip ID/SKU ID definitions to common headers. There's no real HW change on Tegra124 for 90% of the toys, so it might make sense for a future patch to unify some of the content of these files in a common location. Signed-off-by: Tom Warren <twarren@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com> Tested-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/include/asm/arch-tegra/tegra.h')
-rw-r--r--arch/arm/include/asm/arch-tegra/tegra.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-tegra/tegra.h b/arch/arm/include/asm/arch-tegra/tegra.h
index e99f681ffd..5fe19ae1ac 100644
--- a/arch/arm/include/asm/arch-tegra/tegra.h
+++ b/arch/arm/include/asm/arch-tegra/tegra.h
@@ -68,6 +68,7 @@ enum {
SKU_ID_TM30MQS_P_A3 = 0xb1,
SKU_ID_T114_ENG = 0x00, /* Dalmore value, unfused */
SKU_ID_T114_1 = 0x01,
+ SKU_ID_T124_ENG = 0x00, /* Venice2 value, unfused */
};
/*
@@ -81,6 +82,7 @@ enum {
TEGRA_SOC_T25,
TEGRA_SOC_T30,
TEGRA_SOC_T114,
+ TEGRA_SOC_T124,
TEGRA_SOC_CNT,
TEGRA_SOC_UNKNOWN = -1,
OpenPOWER on IntegriCloud