File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
drivers/net/can/usb/kvaser_usb Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -483,23 +483,23 @@ static const struct kvaser_usb_dev_cfg kvaser_usb_leaf_imx_dev_cfg_16mhz = {
483
483
.clock = {
484
484
.freq = 16 * MEGA /* Hz */ ,
485
485
},
486
- .timestamp_freq = 1 ,
486
+ .timestamp_freq = 16 ,
487
487
.bittiming_const = & kvaser_usb_flexc_bittiming_const ,
488
488
};
489
489
490
490
static const struct kvaser_usb_dev_cfg kvaser_usb_leaf_imx_dev_cfg_24mhz = {
491
491
.clock = {
492
492
.freq = 24 * MEGA /* Hz */ ,
493
493
},
494
- .timestamp_freq = 1 ,
494
+ .timestamp_freq = 24 ,
495
495
.bittiming_const = & kvaser_usb_flexc_bittiming_const ,
496
496
};
497
497
498
498
static const struct kvaser_usb_dev_cfg kvaser_usb_leaf_imx_dev_cfg_32mhz = {
499
499
.clock = {
500
500
.freq = 32 * MEGA /* Hz */ ,
501
501
},
502
- .timestamp_freq = 1 ,
502
+ .timestamp_freq = 32 ,
503
503
.bittiming_const = & kvaser_usb_flexc_bittiming_const ,
504
504
};
505
505
You can’t perform that action at this time.
0 commit comments