summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/clock.h
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2011-01-22 18:40:45 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:42:15 -0800
commit75aa7175e00fe87dcb556b74e2120955f15ad0f9 (patch)
tree819f09f06419b570c9215f9c14b41a581be27aeb /arch/arm/mach-tegra/clock.h
parent3b1c140025159cc6527c10a177afb0acab53cc62 (diff)
ARM: tegra: clock: Add Tegra3 PLLE support
Original-Change-Id: Iba29ff515fd850cd0f736d5ef693877e85fb0c5c Reviewed-on: http://git-master/r/16660 Tested-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Yen Lin <yelin@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Original-Change-Id: I8d6efae37847fcbda12290b6cd5d61e6a61c2777 Rebase-Id: R9a7e6567990346882ad742c43b8ab8f41cfda9d0
Diffstat (limited to 'arch/arm/mach-tegra/clock.h')
-rw-r--r--arch/arm/mach-tegra/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/clock.h b/arch/arm/mach-tegra/clock.h
index 5e1f74fa8d5c..4e157de79a93 100644
--- a/arch/arm/mach-tegra/clock.h
+++ b/arch/arm/mach-tegra/clock.h
@@ -25,6 +25,7 @@
#else
/* !!!FIXME!!! PLL lock bits should work on Tegra3 */
#define USE_PLL_LOCK_BITS 0 /* Use lock bits for PLL stabiliation */
+#define USE_PLLE_SS 1 /* Use spread spectrum coefficients for PLLE */
#endif
#define DIV_BUS (1 << 0)