mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
can-calc-bit-timing: add new ref_clk to xilinx_can_fd2
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
@@ -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" },
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user