can-calc-bit-timing: common_data_bitrates: add some slower bitrates

There are real world use cases for CAN-FD data bitrates below 1
MBit/s. Add some to the common_data_bitrates array.

Link: https://lore.kernel.org/79BCE02A-D4EC-4362-B0D3-3FE76FB17B78@vpprocess.com
pull/595/head
Marc Kleine-Budde 2025-05-03 14:51:16 +02:00
parent 287469245c
commit 6ed0f0ea7f
1 changed files with 5 additions and 0 deletions

View File

@ -1121,6 +1121,11 @@ static const unsigned int common_data_bitrates[] = {
4000000, 4000000,
2000000, 2000000,
1000000, 1000000,
800000,
500000,
250000,
125000,
100000,
0 0
}; };