diff options
Diffstat (limited to 'arch/blackfin/mach-bf527/boards/ezkit.c')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezkit.c | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c index 617a28738438..4ab9cfa74fdd 100644 --- a/arch/blackfin/mach-bf527/boards/ezkit.c +++ b/arch/blackfin/mach-bf527/boards/ezkit.c | |||
@@ -512,13 +512,6 @@ static struct bfin5xx_spi_chip ad1836_spi_chip_info = { | |||
512 | }; | 512 | }; |
513 | #endif | 513 | #endif |
514 | 514 | ||
515 | #if defined(CONFIG_AD9960) || defined(CONFIG_AD9960_MODULE) | ||
516 | static struct bfin5xx_spi_chip ad9960_spi_chip_info = { | ||
517 | .enable_dma = 0, | ||
518 | .bits_per_word = 16, | ||
519 | }; | ||
520 | #endif | ||
521 | |||
522 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) | 515 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) |
523 | static struct bfin5xx_spi_chip mmc_spi_chip_info = { | 516 | static struct bfin5xx_spi_chip mmc_spi_chip_info = { |
524 | .enable_dma = 0, | 517 | .enable_dma = 0, |
@@ -526,15 +519,6 @@ static struct bfin5xx_spi_chip mmc_spi_chip_info = { | |||
526 | }; | 519 | }; |
527 | #endif | 520 | #endif |
528 | 521 | ||
529 | #if defined(CONFIG_PBX) | ||
530 | static struct bfin5xx_spi_chip spi_si3xxx_chip_info = { | ||
531 | .ctl_reg = 0x4, /* send zero */ | ||
532 | .enable_dma = 0, | ||
533 | .bits_per_word = 8, | ||
534 | .cs_change_per_word = 1, | ||
535 | }; | ||
536 | #endif | ||
537 | |||
538 | #if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE) | 522 | #if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE) |
539 | static struct bfin5xx_spi_chip spi_ad7877_chip_info = { | 523 | static struct bfin5xx_spi_chip spi_ad7877_chip_info = { |
540 | .enable_dma = 0, | 524 | .enable_dma = 0, |
@@ -632,15 +616,6 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = { | |||
632 | .controller_data = &ad1836_spi_chip_info, | 616 | .controller_data = &ad1836_spi_chip_info, |
633 | }, | 617 | }, |
634 | #endif | 618 | #endif |
635 | #if defined(CONFIG_AD9960) || defined(CONFIG_AD9960_MODULE) | ||
636 | { | ||
637 | .modalias = "ad9960-spi", | ||
638 | .max_speed_hz = 10000000, /* max spi clock (SCK) speed in HZ */ | ||
639 | .bus_num = 0, | ||
640 | .chip_select = 1, | ||
641 | .controller_data = &ad9960_spi_chip_info, | ||
642 | }, | ||
643 | #endif | ||
644 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) | 619 | #if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE) |
645 | { | 620 | { |
646 | .modalias = "mmc_spi", | 621 | .modalias = "mmc_spi", |
@@ -652,24 +627,6 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = { | |||
652 | }, | 627 | }, |
653 | #endif | 628 | #endif |
654 | 629 | ||
655 | #if defined(CONFIG_PBX) | ||
656 | { | ||
657 | .modalias = "fxs-spi", | ||
658 | .max_speed_hz = 12500000, /* max spi clock (SCK) speed in HZ */ | ||
659 | .bus_num = 0, | ||
660 | .chip_select = 8 - CONFIG_J11_JUMPER, | ||
661 | .controller_data = &spi_si3xxx_chip_info, | ||
662 | .mode = SPI_MODE_3, | ||
663 | }, | ||
664 | { | ||
665 | .modalias = "fxo-spi", | ||
666 | .max_speed_hz = 12500000, /* max spi clock (SCK) speed in HZ */ | ||
667 | .bus_num = 0, | ||
668 | .chip_select = 8 - CONFIG_J19_JUMPER, | ||
669 | .controller_data = &spi_si3xxx_chip_info, | ||
670 | .mode = SPI_MODE_3, | ||
671 | }, | ||
672 | #endif | ||
673 | #if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE) | 630 | #if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE) |
674 | { | 631 | { |
675 | .modalias = "ad7877", | 632 | .modalias = "ad7877", |