ARM: tegra: fuse: Add chip ID Tegra114 0x35

Add tegra_chip_id TEGRA114 0x35

Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Hiroshi Doyu 2013-01-24 01:10:22 +00:00 committed by Stephen Warren
parent ee05948517
commit 7b30d4578a
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ enum tegra_revision {
#define TEGRA20 0x20
#define TEGRA30 0x30
#define TEGRA114 0x35
extern int tegra_sku_id;
extern int tegra_cpu_process_id;