aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-omap/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-omap/clock.h')
-rw-r--r--include/asm-arm/arch-omap/clock.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/asm-arm/arch-omap/clock.h b/include/asm-arm/arch-omap/clock.h
index 22daa5d64d35..4c7b3514f71a 100644
--- a/include/asm-arm/arch-omap/clock.h
+++ b/include/asm-arm/arch-omap/clock.h
@@ -33,6 +33,13 @@ struct dpll_data {
33 void __iomem *mult_div1_reg; 33 void __iomem *mult_div1_reg;
34 u32 mult_mask; 34 u32 mult_mask;
35 u32 div1_mask; 35 u32 div1_mask;
36 u16 last_rounded_m;
37 u8 last_rounded_n;
38 unsigned long last_rounded_rate;
39 unsigned int rate_tolerance;
40 u16 max_multiplier;
41 u8 max_divider;
42 u32 max_tolerance;
36# if defined(CONFIG_ARCH_OMAP3) 43# if defined(CONFIG_ARCH_OMAP3)
37 u8 modes; 44 u8 modes;
38 void __iomem *control_reg; 45 void __iomem *control_reg;
@@ -71,7 +78,7 @@ struct clk {
71 void __iomem *clksel_reg; 78 void __iomem *clksel_reg;
72 u32 clksel_mask; 79 u32 clksel_mask;
73 const struct clksel *clksel; 80 const struct clksel *clksel;
74 const struct dpll_data *dpll_data; 81 struct dpll_data *dpll_data;
75#else 82#else
76 __u8 rate_offset; 83 __u8 rate_offset;
77 __u8 src_offset; 84 __u8 src_offset;