aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf537
diff options
context:
space:
mode:
authorYi Li <yi.li@analog.com>2009-06-03 05:46:22 -0400
committerMike Frysinger <vapier@gentoo.org>2009-09-16 21:28:24 -0400
commite68d1ebc30e033612bb69f949da654d72beae57d (patch)
treeeafce86830631909cb9de7cbfdb21873634aa5ac /arch/blackfin/mach-bf537
parentf39d56ec469a9ade221ceeb85a37b051374f616b (diff)
Blackfin: bf537-stamp: declare SPI IRQ resources
Signed-off-by: Yi Li <yi.li@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf537')
-rw-r--r--arch/blackfin/mach-bf537/boards/stamp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c
index b8e8c92f6b9c..d619313b1a71 100644
--- a/arch/blackfin/mach-bf537/boards/stamp.c
+++ b/arch/blackfin/mach-bf537/boards/stamp.c
@@ -555,6 +555,7 @@ static struct mmc_spi_platform_data bfin_mmc_spi_pdata = {
555static struct bfin5xx_spi_chip mmc_spi_chip_info = { 555static struct bfin5xx_spi_chip mmc_spi_chip_info = {
556 .enable_dma = 0, 556 .enable_dma = 0,
557 .bits_per_word = 8, 557 .bits_per_word = 8,
558 .pio_interrupt = 0,
558}; 559};
559#endif 560#endif
560 561
@@ -864,6 +865,11 @@ static struct resource bfin_spi0_resource[] = {
864 [1] = { 865 [1] = {
865 .start = CH_SPI, 866 .start = CH_SPI,
866 .end = CH_SPI, 867 .end = CH_SPI,
868 .flags = IORESOURCE_DMA,
869 },
870 [2] = {
871 .start = IRQ_SPI,
872 .end = IRQ_SPI,
867 .flags = IORESOURCE_IRQ, 873 .flags = IORESOURCE_IRQ,
868 }, 874 },
869}; 875};