summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/fuse.h
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2011-10-17 16:39:24 -0700
committerOlof Johansson <olof@lixom.net>2012-02-06 18:24:59 -0800
commitdee47183301983139fd0ed784d0defe0ba08f8f6 (patch)
treea6c0f2215cf20b1394d35325e2041d638e9e5665 /arch/arm/mach-tegra/fuse.h
parent9a1086da345cea8b2d1f01b47e5bbd81d640d642 (diff)
downloadlinux-3.10-dee47183301983139fd0ed784d0defe0ba08f8f6.tar.gz
linux-3.10-dee47183301983139fd0ed784d0defe0ba08f8f6.tar.bz2
linux-3.10-dee47183301983139fd0ed784d0defe0ba08f8f6.zip
ARM: tegra: fuse: add bct strapping reading
This is used by the memory setup code to pick the right memory timing table, if needed. 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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/fuse.h b/arch/arm/mach-tegra/fuse.h
index 7576aaf6865..d65d2abf803 100644
--- a/arch/arm/mach-tegra/fuse.h
+++ b/arch/arm/mach-tegra/fuse.h
@@ -40,6 +40,8 @@ extern int tegra_cpu_process_id;
extern int tegra_core_process_id;
extern enum tegra_revision tegra_revision;
+extern int tegra_bct_strapping;
+
unsigned long long tegra_chip_uid(void);
void tegra_init_fuse(void);