mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-19 20:05:08 +00:00
blackfin: bf537: stamp: update board file for 193x
Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
parent
a5b44eeb38
commit
57084ede39
@ -975,7 +975,7 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = {
|
|||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_SND_BF5XX_SOC_AD193X) || defined(CONFIG_SND_BF5XX_SOC_AD193X_MODULE)
|
#ifdef CONFIG_SND_SOC_AD193X_SPI
|
||||||
{
|
{
|
||||||
.modalias = "ad193x",
|
.modalias = "ad193x",
|
||||||
.max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
|
.max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
|
||||||
@ -2171,7 +2171,7 @@ static unsigned long adt7316_i2c_data[2] = {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
|
static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
|
||||||
#if defined(CONFIG_SND_BF5XX_SOC_AD193X) || defined(CONFIG_SND_BF5XX_SOC_AD193X_MODULE)
|
#ifdef CONFIG_SND_SOC_AD193X_I2C
|
||||||
{
|
{
|
||||||
I2C_BOARD_INFO("ad1937", 0x04),
|
I2C_BOARD_INFO("ad1937", 0x04),
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user