aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk/ti.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/clk/ti.h')
-rw-r--r--include/linux/clk/ti.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h
index dc5164a6df29..6110fe09ed18 100644
--- a/include/linux/clk/ti.h
+++ b/include/linux/clk/ti.h
@@ -37,6 +37,7 @@
37 * @last_rounded_n: cache of the last N result of omap2_dpll_round_rate() 37 * @last_rounded_n: cache of the last N result of omap2_dpll_round_rate()
38 * @min_divider: minimum valid non-bypass divider value (actual) 38 * @min_divider: minimum valid non-bypass divider value (actual)
39 * @max_divider: maximum valid non-bypass divider value (actual) 39 * @max_divider: maximum valid non-bypass divider value (actual)
40 * @max_rate: maximum clock rate for the DPLL
40 * @modes: possible values of @enable_mask 41 * @modes: possible values of @enable_mask
41 * @autoidle_reg: register containing the DPLL autoidle mode bitfield 42 * @autoidle_reg: register containing the DPLL autoidle mode bitfield
42 * @idlest_reg: register containing the DPLL idle status bitfield 43 * @idlest_reg: register containing the DPLL idle status bitfield
@@ -81,6 +82,7 @@ struct dpll_data {
81 u8 last_rounded_n; 82 u8 last_rounded_n;
82 u8 min_divider; 83 u8 min_divider;
83 u16 max_divider; 84 u16 max_divider;
85 unsigned long max_rate;
84 u8 modes; 86 u8 modes;
85 void __iomem *autoidle_reg; 87 void __iomem *autoidle_reg;
86 void __iomem *idlest_reg; 88 void __iomem *idlest_reg;