[PATCH] ARM: mxs: Initial support for Ka-Ro TX28

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Fri Feb 25 04:00:30 EST 2011


Hello,

as requested by Sascha I squashed the following patch in:

diff --git a/arch/arm/mach-mxs/mach-tx28.c b/arch/arm/mach-mxs/mach-tx28.c
index 540d6ea..b609b84 100644
--- a/arch/arm/mach-mxs/mach-tx28.c
+++ b/arch/arm/mach-mxs/mach-tx28.c
@@ -130,7 +130,6 @@ static const struct gpio_led_platform_data tx28_stk5v3_led_data __initconst = {
 };
 
 static struct spi_board_info tx28_spi_board_info[] = {
-#if defined(CONFIG_SPI_SPIDEV) || defined(CONFIG_SPI_SPIDEV_MODULE)
 	{
 		.modalias = "spidev",
 		.max_speed_hz = 20000000,
@@ -139,7 +138,6 @@ static struct spi_board_info tx28_spi_board_info[] = {
 		.controller_data = (void *)SPI_GPIO_NO_CHIPSELECT,
 		.mode = SPI_MODE_0,
 	},
-#endif
 };
 
 static void __init tx28_stk5v3_init(void)

The branch in my public repository is updated.

Thanks
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |



More information about the linux-arm-kernel mailing list