can-calc-bit-timing: add new ref_clk to xilinx_can_fd2

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
pull/372/head
Marc Kleine-Budde 2022-02-21 21:46:47 +01:00
parent 710fc99961
commit ab2b11d9a8
1 changed files with 2 additions and 0 deletions

View File

@ -1137,6 +1137,8 @@ static const struct calc_bittiming_const can_calc_consts[] = {
.ref_clk = {
{ .clk = 20000000, .name = "CIA recommendation" },
{ .clk = 40000000, .name = "CIA recommendation" },
{ .clk = 79999999, .name = "Versal ACAP" },
{ .clk = 80000000, .name = "Versal ACAP" },
},
},
};