diff options
Diffstat (limited to 'arch/blackfin/mach-bf537/boards/stamp.c')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index a3f172fdda99..126a40756b50 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -980,7 +980,7 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = { | |||
980 | .modalias = "ad183x", | 980 | .modalias = "ad183x", |
981 | .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */ | 981 | .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */ |
982 | .bus_num = 0, | 982 | .bus_num = 0, |
983 | .chip_select = 4,/* CONFIG_SND_BLACKFIN_SPI_PFBIT */ | 983 | .chip_select = 4, |
984 | .platform_data = "ad1836", /* only includes chip name for the moment */ | 984 | .platform_data = "ad1836", /* only includes chip name for the moment */ |
985 | .controller_data = &ad1836_spi_chip_info, | 985 | .controller_data = &ad1836_spi_chip_info, |
986 | .mode = SPI_MODE_3, | 986 | .mode = SPI_MODE_3, |