diff options
author | Joseph Lo <josephl@nvidia.com> | 2013-10-08 12:50:03 +0800 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-10-18 16:28:07 -0600 |
commit | 7394447505c466d1b5cc664dcec5b2b68aa59142 (patch) | |
tree | 1e700474761ecaa3c7eff887f19041003a1c3f63 /arch/arm/mach-tegra/fuse.h | |
parent | 3bd1ae57f7bb3bf79487f7cb88f3ee34c7d58a52 (diff) | |
download | blackbird-op-linux-7394447505c466d1b5cc664dcec5b2b68aa59142.tar.gz blackbird-op-linux-7394447505c466d1b5cc664dcec5b2b68aa59142.zip |
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.h | 1 |
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 @@ #define TEGRA20 0x20 #define TEGRA30 0x30 #define TEGRA114 0x35 +#define TEGRA124 0x40 #ifndef __ASSEMBLY__ enum tegra_revision { |