提交 7ebcfcf1 编写于 作者: J Jonas Larsson 提交者: Haavard Skinnemoen

avr32: Solves problem with inverted MCI detect pin on Merisc board

Same patch as before, modified to use bool.

This patch solves the problem with the inverted mci detect pin on Merisc
boards.
Signed-off-by: NJonas Larsson <jonas.larsson@martinsson.se>
Signed-off-by: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
上级 1c1452be
......@@ -94,9 +94,10 @@ static struct spi_board_info __initdata spi0_board_info[] = {
static struct mci_platform_data __initdata mci0_data = {
.slot[0] = {
.bus_width = 4,
.detect_pin = GPIO_PIN_PE(19),
.wp_pin = GPIO_PIN_PE(20),
.bus_width = 4,
.detect_pin = GPIO_PIN_PE(19),
.wp_pin = GPIO_PIN_PE(20),
.detect_is_active_high = true,
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册