aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/fuse.h
diff options
context:
space:
mode:
authorJoseph Lo <josephl@nvidia.com>2013-10-08 00:50:03 -0400
committerStephen Warren <swarren@nvidia.com>2013-10-18 18:28:07 -0400
commit7394447505c466d1b5cc664dcec5b2b68aa59142 (patch)
tree1e700474761ecaa3c7eff887f19041003a1c3f63 /arch/arm/mach-tegra/fuse.h
parent3bd1ae57f7bb3bf79487f7cb88f3ee34c7d58a52 (diff)
ARM: tegra: add Tegra124 SoC support
Add Tegra124 SoC support that base on CortexA15MP Core. And enable the SMP function that can re-use the same procedure with Tegra114. Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/fuse.h')
-rw-r--r--arch/arm/mach-tegra/fuse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/fuse.h b/arch/arm/mach-tegra/fuse.h
index def79683bef6..c01d04785d67 100644
--- a/arch/arm/mach-tegra/fuse.h
+++ b/arch/arm/mach-tegra/fuse.h
@@ -29,6 +29,7 @@
29#define TEGRA20 0x20 29#define TEGRA20 0x20
30#define TEGRA30 0x30 30#define TEGRA30 0x30
31#define TEGRA114 0x35 31#define TEGRA114 0x35
32#define TEGRA124 0x40
32 33
33#ifndef __ASSEMBLY__ 34#ifndef __ASSEMBLY__
34enum tegra_revision { 35enum tegra_revision {