summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/clock.h
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2011-12-07 21:35:38 -0800
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-15 12:06:22 +0530
commit0bc9fdd75d700fc20fe8f221d8f74bb35f933633 (patch)
tree9cf012874cb6fcea128f13db02d32d905b3b326a /arch/arm/mach-tegra/clock.h
parent051a0b2e40779eee1125308bac32e1957570ccd6 (diff)
ARM: tegra: clock: Use Tegra3 PLL lock indicators
Bug 873599 Change-Id: Ice84a63d90d39105e53505282fe126e56c4749db Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/68897 Reviewed-by: Automatic_Commit_Validation_User Tested-by: Gerrit_Virtual_Submit Reviewed-by: Bo Yan <byan@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/clock.h')
-rw-r--r--arch/arm/mach-tegra/clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/clock.h b/arch/arm/mach-tegra/clock.h
index 53f3e96b8785..3f159ced1103 100644
--- a/arch/arm/mach-tegra/clock.h
+++ b/arch/arm/mach-tegra/clock.h
@@ -25,9 +25,9 @@
#ifdef CONFIG_ARCH_TEGRA_2x_SOC
#define USE_PLL_LOCK_BITS 0 /* Never use lock bits on Tegra2 */
#else
-/* !!!FIXME!!! PLL lock bits should work on Tegra3 */
-#define USE_PLL_LOCK_BITS 0 /* Use lock bits for PLL stabiliation */
+#define USE_PLL_LOCK_BITS 1 /* Use lock bits for PLL stabiliation */
#define USE_PLLE_SS 1 /* Use spread spectrum coefficients for PLLE */
+#define PLL_POST_LOCK_DELAY 50 /* Safety delay after lock is detected */
#endif
#define DIV_BUS (1 << 0)