|
@@ -357,13 +357,11 @@ void __init eukrea_mbimx27_baseboard_init(void)
|
|
ads7846_dev_init();
|
|
ads7846_dev_init();
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_SPI_IMX) || defined(CONFIG_SPI_IMX_MODULE)
|
|
|
|
/* SPI_CS0 init */
|
|
/* SPI_CS0 init */
|
|
mxc_gpio_mode(GPIO_PORTD | 28 | GPIO_GPIO | GPIO_OUT);
|
|
mxc_gpio_mode(GPIO_PORTD | 28 | GPIO_GPIO | GPIO_OUT);
|
|
imx27_add_spi_imx0(&eukrea_mbimx27_spi0_data);
|
|
imx27_add_spi_imx0(&eukrea_mbimx27_spi0_data);
|
|
spi_register_board_info(eukrea_mbimx27_spi_board_info,
|
|
spi_register_board_info(eukrea_mbimx27_spi_board_info,
|
|
ARRAY_SIZE(eukrea_mbimx27_spi_board_info));
|
|
ARRAY_SIZE(eukrea_mbimx27_spi_board_info));
|
|
-#endif
|
|
|
|
|
|
|
|
/* Leds configuration */
|
|
/* Leds configuration */
|
|
mxc_gpio_mode(GPIO_PORTF | 16 | GPIO_GPIO | GPIO_OUT);
|
|
mxc_gpio_mode(GPIO_PORTF | 16 | GPIO_GPIO | GPIO_OUT);
|