diff options
author | Barry Song <barry.song@analog.com> | 2010-01-28 04:37:21 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-22 03:48:43 -0400 |
commit | 7ba80063e90302287625a105c546c2fc318fcfbf (patch) | |
tree | 49bf493e91254c69b5cf8b5e3c87146ea5806884 /arch/blackfin/mach-bf561/boards/ezkit.c | |
parent | f9f0e3b1f7ac4e9fa822e87dd4bbb38f8c389487 (diff) |
Blackfin: boards: update AD183x resources
Make sure we use the right Kconfig names and platform strings.
Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf561/boards/ezkit.c')
-rw-r--r-- | arch/blackfin/mach-bf561/boards/ezkit.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/blackfin/mach-bf561/boards/ezkit.c b/arch/blackfin/mach-bf561/boards/ezkit.c index 9b93e2f95791..3232ae95c159 100644 --- a/arch/blackfin/mach-bf561/boards/ezkit.c +++ b/arch/blackfin/mach-bf561/boards/ezkit.c | |||
@@ -274,8 +274,8 @@ static struct platform_device ezkit_flash_device = { | |||
274 | }; | 274 | }; |
275 | #endif | 275 | #endif |
276 | 276 | ||
277 | #if defined(CONFIG_SND_BLACKFIN_AD183X) \ | 277 | #if defined(CONFIG_SND_BF5XX_SOC_AD183X) \ |
278 | || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE) | 278 | || defined(CONFIG_SND_BF5XX_SOC_AD183X_MODULE) |
279 | static struct bfin5xx_spi_chip ad1836_spi_chip_info = { | 279 | static struct bfin5xx_spi_chip ad1836_spi_chip_info = { |
280 | .enable_dma = 0, | 280 | .enable_dma = 0, |
281 | .bits_per_word = 16, | 281 | .bits_per_word = 16, |
@@ -328,13 +328,13 @@ static struct platform_device bfin_spi0_device = { | |||
328 | #endif | 328 | #endif |
329 | 329 | ||
330 | static struct spi_board_info bfin_spi_board_info[] __initdata = { | 330 | static struct spi_board_info bfin_spi_board_info[] __initdata = { |
331 | #if defined(CONFIG_SND_BLACKFIN_AD183X) \ | 331 | #if defined(CONFIG_SND_BF5XX_SOC_AD183X) \ |
332 | || defined(CONFIG_SND_BLACKFIN_AD183X_MODULE) | 332 | || defined(CONFIG_SND_BF5XX_SOC_AD183X_MODULE) |
333 | { | 333 | { |
334 | .modalias = "ad1836", | 334 | .modalias = "ad183x", |
335 | .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */ | 335 | .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */ |
336 | .bus_num = 0, | 336 | .bus_num = 0, |
337 | .chip_select = CONFIG_SND_BLACKFIN_SPI_PFBIT, | 337 | .chip_select = 4, |
338 | .controller_data = &ad1836_spi_chip_info, | 338 | .controller_data = &ad1836_spi_chip_info, |
339 | }, | 339 | }, |
340 | #endif | 340 | #endif |