7373
7474static struct clk_pll_table clk_audio_pll_table [] = {
7575 {0 , 45158400 }, {1 , 49152000 },
76- {0 , 0 },
76+ { /* sentinel */ }
7777};
7878
7979static struct clk_pll_table clk_cvbs_pll_table [] = {
@@ -82,7 +82,8 @@ static struct clk_pll_table clk_cvbs_pll_table[] = {
8282 {33 , 35 * 12000000 }, {34 , 36 * 12000000 }, {35 , 37 * 12000000 },
8383 {36 , 38 * 12000000 }, {37 , 39 * 12000000 }, {38 , 40 * 12000000 },
8484 {39 , 41 * 12000000 }, {40 , 42 * 12000000 }, {41 , 43 * 12000000 },
85- {42 , 44 * 12000000 }, {43 , 45 * 12000000 }, {0 , 0 },
85+ {42 , 44 * 12000000 }, {43 , 45 * 12000000 },
86+ { /* sentinel */ }
8687};
8788
8889/* pll clocks */
@@ -137,7 +138,7 @@ static struct clk_factor_table sd_factor_table[] = {
137138 {276 , 1 , 21 * 128 }, {277 , 1 , 22 * 128 }, {278 , 1 , 23 * 128 }, {279 , 1 , 24 * 128 },
138139 {280 , 1 , 25 * 128 }, {281 , 1 , 26 * 128 },
139140
140- {0 , 0 },
141+ { /* sentinel */ }
141142};
142143
143144static struct clk_factor_table lcd_factor_table [] = {
@@ -150,18 +151,19 @@ static struct clk_factor_table lcd_factor_table[] = {
150151 {256 , 1 , 1 * 7 }, {257 , 1 , 2 * 7 }, {258 , 1 , 3 * 7 }, {259 , 1 , 4 * 7 },
151152 {260 , 1 , 5 * 7 }, {261 , 1 , 6 * 7 }, {262 , 1 , 7 * 7 }, {263 , 1 , 8 * 7 },
152153 {264 , 1 , 9 * 7 }, {265 , 1 , 10 * 7 }, {266 , 1 , 11 * 7 }, {267 , 1 , 12 * 7 },
153- {0 , 0 },
154+ { /* sentinel */ }
154155};
155156
156157static struct clk_div_table hdmia_div_table [] = {
157158 {0 , 1 }, {1 , 2 }, {2 , 3 }, {3 , 4 },
158159 {4 , 6 }, {5 , 8 }, {6 , 12 }, {7 , 16 },
159160 {8 , 24 },
160- {0 , 0 },
161+ { /* sentinel */ }
161162};
162163
163164static struct clk_div_table rmii_div_table [] = {
164165 {0 , 4 }, {1 , 10 },
166+ { /* sentinel */ }
165167};
166168
167169/* divider clocks */
@@ -178,13 +180,14 @@ static OWL_DIVIDER(clk_rmii_ref, "rmii_ref", "ethernet_pll", CMU_ETHERNETPLL, 2,
178180static struct clk_factor_table de_factor_table [] = {
179181 {0 , 1 , 1 }, {1 , 2 , 3 }, {2 , 1 , 2 }, {3 , 2 , 5 },
180182 {4 , 1 , 3 }, {5 , 1 , 4 }, {6 , 1 , 6 }, {7 , 1 , 8 },
181- {8 , 1 , 12 }, {0 , 0 , 0 },
183+ {8 , 1 , 12 },
184+ { /* sentinel */ }
182185};
183186
184187static struct clk_factor_table hde_factor_table [] = {
185188 {0 , 1 , 1 }, {1 , 2 , 3 }, {2 , 1 , 2 }, {3 , 2 , 5 },
186189 {4 , 1 , 3 }, {5 , 1 , 4 }, {6 , 1 , 6 }, {7 , 1 , 8 },
187- {0 , 0 , 0 },
190+ { /* sentinel */ }
188191};
189192
190193/* gate clocks */
0 commit comments