summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/fuse.h
diff options
context:
space:
mode:
authorPeter De Schrijver2012-02-10 00:47:42 +0100
committerOlof Johansson2012-02-26 23:44:19 +0100
commit4c4ad6695ab8eafe74abaf6c85d068ff496c99d6 (patch)
treec7496c76007266a465ba4d51ff7f4cd45f185afc /arch/arm/mach-tegra/fuse.h
parentARM: tegra: cleanup use of chipid register (diff)
downloadkernel-qcow2-linux-4c4ad6695ab8eafe74abaf6c85d068ff496c99d6.tar.gz
kernel-qcow2-linux-4c4ad6695ab8eafe74abaf6c85d068ff496c99d6.tar.xz
kernel-qcow2-linux-4c4ad6695ab8eafe74abaf6c85d068ff496c99d6.zip
ARM: tegra: export Tegra chipid
The powergating and reset handling code needs to differentiate between Tegra variants. Therefore we export the chipid here. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
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 c55457281eed..d2107b2cb85a 100644
--- a/arch/arm/mach-tegra/fuse.h
+++ b/arch/arm/mach-tegra/fuse.h
@@ -41,6 +41,7 @@ enum tegra_revision {
extern int tegra_sku_id;
extern int tegra_cpu_process_id;
extern int tegra_core_process_id;
+extern int tegra_chip_id;
extern enum tegra_revision tegra_revision;
extern int tegra_bct_strapping;