Skip to content

Commit

Permalink
ARM: tegra: fuse: Add chip ID Tegra114 0x35
Browse files Browse the repository at this point in the history
Add tegra_chip_id TEGRA114 0x35

Signed-off-by: Hiroshi Doyu <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
  • Loading branch information
hdoyu authored and nvswarren committed Jan 28, 2013
1 parent ee05948 commit 7b30d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-tegra/fuse.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7b30d45

Please sign in to comment.