Skip to content

Commit d003868

Browse files
Jimmy Assarssonmarckleinebudde
authored andcommitted
can: kvaser_usb: kvaser_usb_hydra: Fix KCAN bittiming limits
Use correct bittiming limits for the KCAN CAN controller. Fixes: aec5fb2 ("can: kvaser_usb: Add support for Kvaser USB hydra family") Signed-off-by: Jimmy Assarsson <extja@kvaser.com> Link: https://lore.kernel.org/r/20201115163027.16851-2-jimmyassarsson@gmail.com Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
1 parent 470e14c commit d003868

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ static const struct can_bittiming_const kvaser_usb_hydra_kcan_bittiming_c = {
367367
.tseg2_max = 32,
368368
.sjw_max = 16,
369369
.brp_min = 1,
370-
.brp_max = 4096,
370+
.brp_max = 8192,
371371
.brp_inc = 1,
372372
};
373373

0 commit comments

Comments
 (0)