mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-06 14:59:53 +02:00
can-calc-bit-timing: add new ref_clk to mcp2515
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
@@ -445,6 +445,7 @@ static const struct calc_bittiming_const can_calc_consts[] = {
|
|||||||
.ref_clk = {
|
.ref_clk = {
|
||||||
/* The mcp251x uses half of the external OSC clock as the base clock */
|
/* The mcp251x uses half of the external OSC clock as the base clock */
|
||||||
{ .clk = 8000000 / 2, .name = "8 MHz OSC" },
|
{ .clk = 8000000 / 2, .name = "8 MHz OSC" },
|
||||||
|
{ .clk = 12000000 / 2, .name = "12 MHz OSC" },
|
||||||
{ .clk = 16000000 / 2, .name = "16 MHz OSC" },
|
{ .clk = 16000000 / 2, .name = "16 MHz OSC" },
|
||||||
{ .clk = 20000000 / 2, .name = "20 MHz OSC" },
|
{ .clk = 20000000 / 2, .name = "20 MHz OSC" },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user