Commit 3b82790c authored by Barry Song's avatar Barry Song Committed by Mike Frysinger

Blackfin: rename AD1938 to AD193X in board files

The ASoC codec driver was generalized and renamed, so update the board
resources accordingly.
Signed-off-by: default avatarBarry Song <barry.song@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 7136d9c5
...@@ -528,8 +528,8 @@ static struct bfin5xx_spi_chip ad1836_spi_chip_info = { ...@@ -528,8 +528,8 @@ static struct bfin5xx_spi_chip ad1836_spi_chip_info = {
}; };
#endif #endif
#if defined(CONFIG_SND_BF5XX_SOC_AD1938) \ #if defined(CONFIG_SND_BF5XX_SOC_AD193X) \
|| defined(CONFIG_SND_BF5XX_SOC_AD1938_MODULE) || defined(CONFIG_SND_BF5XX_SOC_AD193X_MODULE)
static struct bfin5xx_spi_chip ad1938_spi_chip_info = { static struct bfin5xx_spi_chip ad1938_spi_chip_info = {
.enable_dma = 0, .enable_dma = 0,
.bits_per_word = 8, .bits_per_word = 8,
...@@ -915,9 +915,9 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = { ...@@ -915,9 +915,9 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = {
}, },
#endif #endif
#if defined(CONFIG_SND_BF5XX_SOC_AD1938) || defined(CONFIG_SND_BF5XX_SOC_AD1938_MODULE) #if defined(CONFIG_SND_BF5XX_SOC_AD193X) || defined(CONFIG_SND_BF5XX_SOC_AD193X_MODULE)
{ {
.modalias = "ad1938", .modalias = "ad193x",
.max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */ .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
.bus_num = 0, .bus_num = 0,
.chip_select = 5, .chip_select = 5,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment