[PATCH - v5] support for Embedian MXM-8x10
Eric Miao
eric.y.miao at gmail.com
Mon Feb 1 15:42:00 EST 2010
> +static struct spi_board_info mcp251x_board_info[] = {
> + {
> + .modalias = "mcp251x",
> + .max_speed_hz = 65E5,
This looks weird to me, should be an integer here right?
> + .bus_num = 3,
> + .chip_select = 0,
> + .platform_data = &mcp251x_info,
> + .controller_data = &mcp251x_chip_info1,
> + .irq = gpio_to_irq(ICONTROL_MCP251x_nIRQ1)
> + },
More information about the linux-arm-kernel
mailing list