We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb16ddb commit 1e8ce92Copy full SHA for 1e8ce92
drivers/clk/clk-versaclock3.c
@@ -148,16 +148,16 @@ struct vc3_pfd_data {
148
};
149
150
struct vc3_pll_data {
151
+ unsigned long vco_min;
152
+ unsigned long vco_max;
153
u8 num;
154
u8 int_div_msb_offs;
155
u8 int_div_lsb_offs;
- unsigned long vco_min;
- unsigned long vco_max;
156
157
158
struct vc3_div_data {
159
- u8 offs;
160
const struct clk_div_table *table;
+ u8 offs;
161
u8 shift;
162
u8 width;
163
u8 flags;
0 commit comments