Merge pull request #464 from marckleinebudde/can-calc-bittiming

can-calc-bit-timing: at91_can: add 66 MHz CAN clock for sama5d3
pull/466/head
Marc Kleine-Budde 2023-10-05 12:58:34 +02:00 committed by GitHub
commit c5b64802a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -650,6 +650,7 @@ static const struct calc_bittiming_const can_calc_consts[] = {
.brp_inc = 1, .brp_inc = 1,
}, },
.ref_clk = { .ref_clk = {
{ .clk = 66000000, .name = "sama5d3", },
{ .clk = 99532800, .name = "ronetix PM9263", }, { .clk = 99532800, .name = "ronetix PM9263", },
{ .clk = 100000000, }, { .clk = 100000000, },
}, },