From patchwork Tue Jan 15 08:13:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v3,1/9] ARM: tegra: fuse: Add chipid TEGRA114 0x35 From: Hiroshi Doyu X-Patchwork-Id: 212009 Message-Id: <1358237598-32413-2-git-send-email-hdoyu@nvidia.com> To: Cc: , , , Hiroshi Doyu Date: Tue, 15 Jan 2013 10:13:10 +0200 Add tegra_chip_id TEGRA114 0x35 Signed-off-by: Hiroshi Doyu --- arch/arm/mach-tegra/fuse.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-tegra/fuse.h b/arch/arm/mach-tegra/fuse.h index ff1383d..da78434 100644 --- a/arch/arm/mach-tegra/fuse.h +++ b/arch/arm/mach-tegra/fuse.h @@ -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;