|
@@ -962,10 +962,10 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = {
|
|
|
},
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_SND_BF5XX_SOC_AD183X) \
|
|
|
- || defined(CONFIG_SND_BF5XX_SOC_AD183X_MODULE)
|
|
|
+#if defined(CONFIG_SND_BF5XX_SOC_AD1836) \
|
|
|
+ || defined(CONFIG_SND_BF5XX_SOC_AD1836_MODULE)
|
|
|
{
|
|
|
- .modalias = "ad183x",
|
|
|
+ .modalias = "ad1836",
|
|
|
.max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
|
|
|
.bus_num = 0,
|
|
|
.chip_select = 4,
|
|
@@ -984,9 +984,9 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = {
|
|
|
},
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_SND_BF5XX_SOC_ADAV80X) || defined(CONFIG_SND_BF5XX_SOC_ADAV80X_MODULE)
|
|
|
+#if defined(CONFIG_SND_SOC_ADAV80X) || defined(CONFIG_SND_SOC_ADV80X_MODULE)
|
|
|
{
|
|
|
- .modalias = "adav80x",
|
|
|
+ .modalias = "adav801",
|
|
|
.max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */
|
|
|
.bus_num = 0,
|
|
|
.chip_select = 1,
|
|
@@ -2101,7 +2101,7 @@ static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
|
|
|
},
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_SND_BF5XX_SOC_ADAV80X) || defined(CONFIG_SND_BF5XX_SOC_ADAV80X_MODULE)
|
|
|
+#if defined(CONFIG_SND_SOC_ADAV80X) || defined(CONFIG_SND_SOC_ADAV80X_MODULE)
|
|
|
{
|
|
|
I2C_BOARD_INFO("adav803", 0x10),
|
|
|
},
|
|
@@ -2134,23 +2134,6 @@ static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
|
|
|
},
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_AD7414) || defined(CONFIG_AD7414_MODULE)
|
|
|
- {
|
|
|
- I2C_BOARD_INFO("ad7414", 0x9),
|
|
|
- .irq = IRQ_PG5,
|
|
|
- .irq_flags = IRQF_TRIGGER_LOW,
|
|
|
- },
|
|
|
-#endif
|
|
|
-
|
|
|
-#if defined(CONFIG_AD7416) || defined(CONFIG_AD7416_MODULE)
|
|
|
- {
|
|
|
- I2C_BOARD_INFO("ad7417", 0xb),
|
|
|
- .irq = IRQ_PG5,
|
|
|
- .irq_flags = IRQF_TRIGGER_LOW,
|
|
|
- .platform_data = (void *)GPIO_PF4,
|
|
|
- },
|
|
|
-#endif
|
|
|
-
|
|
|
#if defined(CONFIG_ADE7854_I2C) || defined(CONFIG_ADE7854_I2C_MODULE)
|
|
|
{
|
|
|
I2C_BOARD_INFO("ade7854", 0x38),
|
|
@@ -2161,15 +2144,6 @@ static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
|
|
|
{
|
|
|
I2C_BOARD_INFO("adt75", 0x9),
|
|
|
.irq = IRQ_PG5,
|
|
|
- .irq_flags = IRQF_TRIGGER_LOW,
|
|
|
- },
|
|
|
-#endif
|
|
|
-
|
|
|
-#if defined(CONFIG_ADT7408) || defined(CONFIG_ADT7408_MODULE)
|
|
|
- {
|
|
|
- I2C_BOARD_INFO("adt7408", 0x18),
|
|
|
- .irq = IRQ_PG5,
|
|
|
- .irq_flags = IRQF_TRIGGER_LOW,
|
|
|
},
|
|
|
#endif
|
|
|
|
|
@@ -2178,7 +2152,6 @@ static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
|
|
|
I2C_BOARD_INFO("adt7410", 0x48),
|
|
|
/* CT critical temperature event. line 0 */
|
|
|
.irq = IRQ_PG5,
|
|
|
- .irq_flags = IRQF_TRIGGER_LOW,
|
|
|
.platform_data = (void *)&adt7410_platform_data,
|
|
|
},
|
|
|
#endif
|
|
@@ -2187,7 +2160,6 @@ static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
|
|
|
{
|
|
|
I2C_BOARD_INFO("ad7291", 0x20),
|
|
|
.irq = IRQ_PG5,
|
|
|
- .irq_flags = IRQF_TRIGGER_LOW,
|
|
|
},
|
|
|
#endif
|
|
|
|
|
@@ -2275,6 +2247,11 @@ static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
|
|
|
I2C_BOARD_INFO("adau1361", 0x38),
|
|
|
},
|
|
|
#endif
|
|
|
+#if defined(CONFIG_SND_SOC_ADAU1701) || defined(CONFIG_SND_SOC_ADAU1701_MODULE)
|
|
|
+ {
|
|
|
+ I2C_BOARD_INFO("adau1701", 0x34),
|
|
|
+ },
|
|
|
+#endif
|
|
|
#if defined(CONFIG_AD525X_DPOT) || defined(CONFIG_AD525X_DPOT_MODULE)
|
|
|
{
|
|
|
I2C_BOARD_INFO("ad5258", 0x18),
|
|
@@ -2388,7 +2365,7 @@ static struct platform_device bfin_sport1_uart_device = {
|
|
|
#define PATA_INT IRQ_PF5
|
|
|
static struct pata_platform_info bfin_pata_platform_data = {
|
|
|
.ioport_shift = 1,
|
|
|
- .irq_flags = IRQF_TRIGGER_HIGH | IRQF_DISABLED,
|
|
|
+ .irq_flags = IRQF_TRIGGER_HIGH,
|
|
|
};
|
|
|
|
|
|
static struct resource bfin_pata_resources[] = {
|
|
@@ -2540,13 +2517,21 @@ static struct platform_device bfin_ac97_pcm = {
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_SND_BF5XX_SOC_AD73311) || defined(CONFIG_SND_BF5XX_SOC_AD73311_MODULE)
|
|
|
+#if defined(CONFIG_SND_SOC_AD73311) || defined(CONFIG_SND_SOC_AD73311_MODULE)
|
|
|
static struct platform_device bfin_ad73311_codec_device = {
|
|
|
.name = "ad73311",
|
|
|
.id = -1,
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
+#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAV80X) || \
|
|
|
+ defined(CONFIG_SND_SOC_BFIN_EVAL_ADAV80X_MODULE)
|
|
|
+static struct platform_device bfin_eval_adav801_device = {
|
|
|
+ .name = "bfin-eval-adav801",
|
|
|
+ .id = -1,
|
|
|
+};
|
|
|
+#endif
|
|
|
+
|
|
|
#if defined(CONFIG_SND_BF5XX_SOC_I2S) || defined(CONFIG_SND_BF5XX_SOC_I2S_MODULE)
|
|
|
static struct platform_device bfin_i2s = {
|
|
|
.name = "bfin-i2s",
|
|
@@ -2661,6 +2646,20 @@ static struct platform_device iio_gpio_trigger = {
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
+#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373) || \
|
|
|
+ defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373_MODULE)
|
|
|
+static struct platform_device bf5xx_adau1373_device = {
|
|
|
+ .name = "bfin-eval-adau1373",
|
|
|
+};
|
|
|
+#endif
|
|
|
+
|
|
|
+#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) || \
|
|
|
+ defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE)
|
|
|
+static struct platform_device bf5xx_adau1701_device = {
|
|
|
+ .name = "bfin-eval-adau1701",
|
|
|
+};
|
|
|
+#endif
|
|
|
+
|
|
|
static struct platform_device *stamp_devices[] __initdata = {
|
|
|
|
|
|
&bfin_dpmc,
|
|
@@ -2782,7 +2781,7 @@ static struct platform_device *stamp_devices[] __initdata = {
|
|
|
&bfin_ac97_pcm,
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_SND_BF5XX_SOC_AD73311) || defined(CONFIG_SND_BF5XX_SOC_AD73311_MODULE)
|
|
|
+#if defined(CONFIG_SND_SOC_AD73311) || defined(CONFIG_SND_SOC_AD73311_MODULE)
|
|
|
&bfin_ad73311_codec_device,
|
|
|
#endif
|
|
|
|
|
@@ -2821,6 +2820,21 @@ static struct platform_device *stamp_devices[] __initdata = {
|
|
|
defined(CONFIG_IIO_GPIO_TRIGGER_MODULE)
|
|
|
&iio_gpio_trigger,
|
|
|
#endif
|
|
|
+
|
|
|
+#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373) || \
|
|
|
+ defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373_MODULE)
|
|
|
+ &bf5xx_adau1373_device,
|
|
|
+#endif
|
|
|
+
|
|
|
+#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) || \
|
|
|
+ defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE)
|
|
|
+ &bf5xx_adau1701_device,
|
|
|
+#endif
|
|
|
+
|
|
|
+#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAV80X) || \
|
|
|
+ defined(CONFIG_SND_SOC_BFIN_EVAL_ADAV80X_MODULE)
|
|
|
+ &bfin_eval_adav801_device,
|
|
|
+#endif
|
|
|
};
|
|
|
|
|
|
static int __init net2272_init(void)
|