|
@@ -549,13 +549,6 @@ static struct bfin5xx_spi_chip ad1938_spi_chip_info = {
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_AD9960) || defined(CONFIG_AD9960_MODULE)
|
|
|
-static struct bfin5xx_spi_chip ad9960_spi_chip_info = {
|
|
|
- .enable_dma = 0,
|
|
|
- .bits_per_word = 16,
|
|
|
-};
|
|
|
-#endif
|
|
|
-
|
|
|
#if defined(CONFIG_INPUT_EVAL_AD7147EBZ)
|
|
|
#include <linux/input.h>
|
|
|
#include <linux/input/ad714x.h>
|
|
@@ -698,15 +691,6 @@ static struct bfin5xx_spi_chip mmc_spi_chip_info = {
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_PBX)
|
|
|
-static struct bfin5xx_spi_chip spi_si3xxx_chip_info = {
|
|
|
- .ctl_reg = 0x4, /* send zero */
|
|
|
- .enable_dma = 0,
|
|
|
- .bits_per_word = 8,
|
|
|
- .cs_change_per_word = 1,
|
|
|
-};
|
|
|
-#endif
|
|
|
-
|
|
|
#if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE)
|
|
|
#include <linux/spi/ad7877.h>
|
|
|
static struct bfin5xx_spi_chip spi_ad7877_chip_info = {
|
|
@@ -906,16 +890,6 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = {
|
|
|
},
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_AD9960) || defined(CONFIG_AD9960_MODULE)
|
|
|
- {
|
|
|
- .modalias = "ad9960-spi",
|
|
|
- .max_speed_hz = 10000000, /* max spi clock (SCK) speed in HZ */
|
|
|
- .bus_num = 0,
|
|
|
- .chip_select = 1,
|
|
|
- .controller_data = &ad9960_spi_chip_info,
|
|
|
- },
|
|
|
-#endif
|
|
|
-
|
|
|
#if defined(CONFIG_INPUT_EVAL_AD7147EBZ)
|
|
|
{
|
|
|
.modalias = "ad714x_captouch",
|
|
@@ -940,24 +914,6 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = {
|
|
|
.mode = SPI_MODE_3,
|
|
|
},
|
|
|
#endif
|
|
|
-#if defined(CONFIG_PBX)
|
|
|
- {
|
|
|
- .modalias = "fxs-spi",
|
|
|
- .max_speed_hz = 12500000, /* max spi clock (SCK) speed in HZ */
|
|
|
- .bus_num = 0,
|
|
|
- .chip_select = 8 - CONFIG_J11_JUMPER,
|
|
|
- .controller_data = &spi_si3xxx_chip_info,
|
|
|
- .mode = SPI_MODE_3,
|
|
|
- },
|
|
|
- {
|
|
|
- .modalias = "fxo-spi",
|
|
|
- .max_speed_hz = 12500000, /* max spi clock (SCK) speed in HZ */
|
|
|
- .bus_num = 0,
|
|
|
- .chip_select = 8 - CONFIG_J19_JUMPER,
|
|
|
- .controller_data = &spi_si3xxx_chip_info,
|
|
|
- .mode = SPI_MODE_3,
|
|
|
- },
|
|
|
-#endif
|
|
|
#if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE)
|
|
|
{
|
|
|
.modalias = "ad7877",
|