]> Git Repo - J-linux.git/blobdiff - drivers/net/can/xilinx_can.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[J-linux.git] / drivers / net / can / xilinx_can.c
index 393b2d9f9d2a94b2f93edfc1260ecba1e4e3555a..0de2f97d9f62f2e94105509872f8b9e180429f80 100644 (file)
@@ -263,7 +263,7 @@ static const struct can_bittiming_const xcan_bittiming_const_canfd2 = {
        .tseg2_min = 1,
        .tseg2_max = 128,
        .sjw_max = 128,
-       .brp_min = 2,
+       .brp_min = 1,
        .brp_max = 256,
        .brp_inc = 1,
 };
@@ -276,7 +276,7 @@ static const struct can_bittiming_const xcan_data_bittiming_const_canfd2 = {
        .tseg2_min = 1,
        .tseg2_max = 16,
        .sjw_max = 16,
-       .brp_min = 2,
+       .brp_min = 1,
        .brp_max = 256,
        .brp_inc = 1,
 };
This page took 0.026337 seconds and 4 git commands to generate.