Added OSC with a clock of 8 MHz to the mcp251x reference clocks
parent
890dcc4735
commit
b1312a03f0
|
|
@ -363,6 +363,7 @@ static 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, },
|
||||||
{ .clk = 16000000 / 2, },
|
{ .clk = 16000000 / 2, },
|
||||||
{ .clk = 20000000 / 2, },
|
{ .clk = 20000000 / 2, },
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue