aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/clock.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2010-09-16 17:59:49 -0400
committerColin Cross <ccross@android.com>2011-02-21 02:36:50 -0500
commit35c47c3bbaa82b046d645aed2b709ce12ef0e25e (patch)
treeb28d9d554bbf2e16b3c16ae41d64c950a442e2a5 /arch/arm/mach-tegra/clock.h
parentbd41ef55e88ae03381569e51ad6ff3bab35e7b0e (diff)
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 {
53 struct dvfs_table *table; 53 struct dvfs_table *table;
54}; 54};
55 55
56
57struct dvfs { 56struct dvfs {
58 struct regulator *reg; 57 struct regulator *reg;
59 struct dvfs_table *table; 58 struct dvfs_table *table;
@@ -128,6 +127,7 @@ struct clk {
128 unsigned long vco_min; 127 unsigned long vco_min;
129 unsigned long vco_max; 128 unsigned long vco_max;
130 const struct clk_pll_table *pll_table; 129 const struct clk_pll_table *pll_table;
130 int pll_lock_delay;
131 131
132 /* DIV */ 132 /* DIV */
133 u32 div; 133 u32 div;