File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -222,30 +222,9 @@ static int sdw_master_read_intel_prop(struct sdw_bus *bus)
222
222
223
223
static int intel_prop_read (struct sdw_bus * bus )
224
224
{
225
- struct sdw_master_prop * prop ;
226
-
227
225
/* Initialize with default handler to read all DisCo properties */
228
226
sdw_master_read_prop (bus );
229
227
230
- /*
231
- * Only one bus frequency is supported so far, filter
232
- * frequencies reported in the DSDT
233
- */
234
- prop = & bus -> prop ;
235
- if (prop -> clk_freq && prop -> num_clk_freq > 1 ) {
236
- unsigned int default_bus_frequency ;
237
-
238
- default_bus_frequency =
239
- prop -> default_frame_rate *
240
- prop -> default_row *
241
- prop -> default_col /
242
- SDW_DOUBLE_RATE_FACTOR ;
243
-
244
- prop -> num_clk_freq = 1 ;
245
- prop -> clk_freq [0 ] = default_bus_frequency ;
246
- prop -> max_clk_freq = default_bus_frequency ;
247
- }
248
-
249
228
/* read Intel-specific properties */
250
229
sdw_master_read_intel_prop (bus );
251
230
You can’t perform that action at this time.
0 commit comments