summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board.h
diff options
context:
space:
mode:
authorKasoju Mallikarjun <mkasoju@nvidia.com>2010-07-29 23:07:05 +0530
committerYu-Huan Hsu <yhsu@nvidia.com>2010-08-06 12:10:01 -0700
commit785fb21c5b0de6cfa4cc9bb40e6a8717d6fffa07 (patch)
treedd950611eee89fb84d0e94dca5d784acf56f1230 /arch/arm/mach-tegra/board.h
parent313ac68a3f78d4bbe728eb499e1faf8720d33d93 (diff)
[arm/tegra]AES: Disabling custom SSK support for AP20 AO3 chip
AP20 A03 LP0 WAR cannot support custom SSK. So, disabling customer SSK support for AP20 AO3 chip. Bug 714957 Change-Id: I14b21b55aae878d43be7c76584ae58af10883c13 Reviewed-on: http://git-master/r/4551 Reviewed-by: Hanumanth Venkateswa Moganty <vmoganty@nvidia.com> Reviewed-by: Phillip Smith <psmith@nvidia.com> Tested-by: Mallikarjun Kasoju <mkasoju@nvidia.com> Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board.h')
-rw-r--r--arch/arm/mach-tegra/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board.h b/arch/arm/mach-tegra/board.h
index e6801c4b5c24..574cf83c96fa 100644
--- a/arch/arm/mach-tegra/board.h
+++ b/arch/arm/mach-tegra/board.h
@@ -49,5 +49,7 @@ bool tegra_chip_compare(u32 chip, u32 major_rev, u32 minor_rev);
#define tegra_is_ap20_a03() tegra_chip_compare(0x20, 0x1, 0x3)
+bool tegra_is_ap20_a03p(void);
+
extern struct sys_timer tegra_timer;
#endif