summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/clock.h
diff options
context:
space:
mode:
authorColin Cross2010-09-16 23:59:49 +0200
committerColin Cross2011-02-21 08:36:50 +0100
commit35c47c3bbaa82b046d645aed2b709ce12ef0e25e (patch)
treeb28d9d554bbf2e16b3c16ae41d64c950a442e2a5 /arch/arm/mach-tegra/clock.h
parentARM: tegra: clock: Drop debugging (diff)
downloadkernel-qcow2-linux-35c47c3bbaa82b046d645aed2b709ce12ef0e25e.tar.gz
kernel-qcow2-linux-35c47c3bbaa82b046d645aed2b709ce12ef0e25e.tar.xz
kernel-qcow2-linux-35c47c3bbaa82b046d645aed2b709ce12ef0e25e.zip
ARM: tegra: clock: Don't use PLL lock bits
The PLL lock bits are not reliable, use per-PLL timeouts instead. Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/clock.h')
-rw-r--r--arch/arm/mach-tegra/clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/clock.h b/arch/arm/mach-tegra/clock.h
index 42f00c0af0de..b76d33df88d7 100644
--- a/arch/arm/mach-tegra/clock.h
+++ b/arch/arm/mach-tegra/clock.h
@@ -53,7 +53,6 @@ struct dvfs_process_id_table {
struct dvfs_table *table;
};
-
struct dvfs {
struct regulator *reg;
struct dvfs_table *table;
@@ -128,6 +127,7 @@ struct clk {
unsigned long vco_min;
unsigned long vco_max;
const struct clk_pll_table *pll_table;
+ int pll_lock_delay;
/* DIV */
u32 div;