cpuimx51sd: mcp2515 supports up to 10MHz SPI clock
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
parent
33d3487f55
commit
8c3f2d7a2d
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ static struct mcp251x_platform_data mcp251x_info = {
|
|||
static struct spi_board_info cpuimx51sd_spi_device[] = {
|
||||
{
|
||||
.modalias = "mcp2515",
|
||||
.max_speed_hz = 6500000,
|
||||
.max_speed_hz = 10000000,
|
||||
.bus_num = 0,
|
||||
.mode = SPI_MODE_0,
|
||||
.chip_select = 0,
|
||||
|
|
Loading…
Reference in a new issue