|
@@ -37,6 +37,7 @@
|
|
|
* @last_rounded_n: cache of the last N result of omap2_dpll_round_rate()
|
|
|
* @min_divider: minimum valid non-bypass divider value (actual)
|
|
|
* @max_divider: maximum valid non-bypass divider value (actual)
|
|
|
+ * @max_rate: maximum clock rate for the DPLL
|
|
|
* @modes: possible values of @enable_mask
|
|
|
* @autoidle_reg: register containing the DPLL autoidle mode bitfield
|
|
|
* @idlest_reg: register containing the DPLL idle status bitfield
|
|
@@ -81,6 +82,7 @@ struct dpll_data {
|
|
|
u8 last_rounded_n;
|
|
|
u8 min_divider;
|
|
|
u16 max_divider;
|
|
|
+ unsigned long max_rate;
|
|
|
u8 modes;
|
|
|
void __iomem *autoidle_reg;
|
|
|
void __iomem *idlest_reg;
|