aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf527
diff options
context:
space:
mode:
authorYi Li <yi.li@analog.com>2009-01-07 10:14:39 -0500
committerBryan Wu <cooloney@kernel.org>2009-01-07 10:14:39 -0500
commit0c720da35c1eeba49fe0bbec6e6d4f732afc56f4 (patch)
tree58ba86985f739ebb23e9eebea673b68c28ae134d /arch/blackfin/mach-bf527
parentf79ea4cba00e2c2f5ffde9007e7ba0fe992b2e18 (diff)
Blackfin arch: Retire old spi_mmc driver
Turn to use the mmc_spi driver in mainline kernel. Signed-off-by: Yi Li <yi.li@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf527')
-rw-r--r--arch/blackfin/mach-bf527/boards/ezkit.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c
index 07757f70cc3e..dc0384d2b218 100644
--- a/arch/blackfin/mach-bf527/boards/ezkit.c
+++ b/arch/blackfin/mach-bf527/boards/ezkit.c
@@ -504,13 +504,6 @@ static struct bfin5xx_spi_chip ad9960_spi_chip_info = {
504}; 504};
505#endif 505#endif
506 506
507#if defined(CONFIG_SPI_MMC) || defined(CONFIG_SPI_MMC_MODULE)
508static struct bfin5xx_spi_chip spi_mmc_chip_info = {
509 .enable_dma = 1,
510 .bits_per_word = 8,
511};
512#endif
513
514#if defined(CONFIG_PBX) 507#if defined(CONFIG_PBX)
515static struct bfin5xx_spi_chip spi_si3xxx_chip_info = { 508static struct bfin5xx_spi_chip spi_si3xxx_chip_info = {
516 .ctl_reg = 0x4, /* send zero */ 509 .ctl_reg = 0x4, /* send zero */
@@ -602,26 +595,6 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = {
602 .controller_data = &ad9960_spi_chip_info, 595 .controller_data = &ad9960_spi_chip_info,
603 }, 596 },
604#endif 597#endif
605#if defined(CONFIG_SPI_MMC) || defined(CONFIG_SPI_MMC_MODULE)
606 {
607 .modalias = "spi_mmc_dummy",
608 .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */
609 .bus_num = 0,
610 .chip_select = 0,
611 .platform_data = NULL,
612 .controller_data = &spi_mmc_chip_info,
613 .mode = SPI_MODE_3,
614 },
615 {
616 .modalias = "spi_mmc",
617 .max_speed_hz = 25000000, /* max spi clock (SCK) speed in HZ */
618 .bus_num = 0,
619 .chip_select = CONFIG_SPI_MMC_CS_CHAN,
620 .platform_data = NULL,
621 .controller_data = &spi_mmc_chip_info,
622 .mode = SPI_MODE_3,
623 },
624#endif
625#if defined(CONFIG_PBX) 598#if defined(CONFIG_PBX)
626 { 599 {
627 .modalias = "fxs-spi", 600 .modalias = "fxs-spi",