summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/fuse.h
diff options
context:
space:
mode:
authorDanny Huang2012-11-15 08:42:32 +0100
committerStephen Warren2012-11-15 22:16:46 +0100
commit1f851a262baf7cbd4096d4d279c73cb697021773 (patch)
tree02374f20236ff7a38b27c716d6bbafd104a9199c /arch/arm/mach-tegra/fuse.h
parentARM: tegra: Implement 6395/1 for Tegra (diff)
downloadkernel-qcow2-linux-1f851a262baf7cbd4096d4d279c73cb697021773.tar.gz
kernel-qcow2-linux-1f851a262baf7cbd4096d4d279c73cb697021773.tar.xz
kernel-qcow2-linux-1f851a262baf7cbd4096d4d279c73cb697021773.zip
ARM: tegra: flexible spare fuse read function
Change the spare fuse base from a definition to a variable. It provides flexibilty to read spare fuse on different chip. Signed-off-by: Danny Huang <dahuang@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
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 d2107b2cb85a..aef12231e559 100644
--- a/arch/arm/mach-tegra/fuse.h
+++ b/arch/arm/mach-tegra/fuse.h
@@ -48,5 +48,7 @@ extern int tegra_bct_strapping;
unsigned long long tegra_chip_uid(void);
void tegra_init_fuse(void);
+bool tegra_spare_fuse(int bit);
+u32 tegra_fuse_readl(unsigned long offset);
#endif