WP7702 with Talon CAN bus IoT

We are currently working with the FX30S with WP7702, I noticed a large increment on the frame error counter in comparison with the WP8548.
I get about 20% overruns with WP7702 while with the WP8548 I get 3% with same configuration.

static struct mcp251x_platform_data mcp2515_pdata = {
	.oscillator_frequency   = 16*1000*1000,
};

static struct spi_board_info mcp2515_board_info= {
	.modalias       = "mcp2515",
	.platform_data  = &mcp2515_pdata,
	.max_speed_hz   = 10*1000*1000,
	.mode           = SPI_MODE_0,
	.bus_num        = 0,
	.chip_select    = 0,
};

Have anyone experienced that?

Thank you,
Caio Porto