diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-06-16 15:29:51 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-22 03:48:52 -0400 |
commit | c5af5451fcf97f38f0c79cbb9f929af2779f234d (patch) | |
tree | c24e4a7aedea0c5ec5041fd1f697976d41c6d667 | |
parent | 8effc4a68bfc341764a2e3f3006c6dc8e67e9a67 (diff) |
Blackfin: boards: fix num_chipselect values for on-chip SPI buses
The num_chipselect field for on-chip Blackfin SPI buses is supposed to
be 1 larger than the number of actual CSs available. This is because
the hardware starts counting at 1 and not 0. There is a field for "CS0",
but it is marked as "reserved" everywhere.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | arch/blackfin/mach-bf518/boards/ezbrd.c | 4 | ||||
-rw-r--r-- | arch/blackfin/mach-bf518/boards/tcm-bf518.c | 2 | ||||
-rw-r--r-- | arch/blackfin/mach-bf538/boards/ezkit.c | 4 | ||||
-rw-r--r-- | arch/blackfin/mach-bf548/boards/cm_bf548.c | 4 | ||||
-rw-r--r-- | arch/blackfin/mach-bf548/boards/ezkit.c | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/arch/blackfin/mach-bf518/boards/ezbrd.c b/arch/blackfin/mach-bf518/boards/ezbrd.c index 44d6d5299022..46cb5d410b62 100644 --- a/arch/blackfin/mach-bf518/boards/ezbrd.c +++ b/arch/blackfin/mach-bf518/boards/ezbrd.c | |||
@@ -312,7 +312,7 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = { | |||
312 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) | 312 | #if defined(CONFIG_SPI_BFIN) || defined(CONFIG_SPI_BFIN_MODULE) |
313 | /* SPI (0) */ | 313 | /* SPI (0) */ |
314 | static struct bfin5xx_spi_master bfin_spi0_info = { | 314 | static struct bfin5xx_spi_master bfin_spi0_info = { |
315 | .num_chipselect = 5, | 315 | .num_chipselect = 6, |
316 | .enable_dma = 1, /* master has the ability to do dma transfer */ | 316 | .enable_dma = 1, /* master has the ability to do dma transfer */ |
317 | .pin_req = {P_SPI0_SCK, P_SPI0_MISO, P_SPI0_MOSI, 0}, | 317 | .pin_req = {P_SPI0_SCK, P_SPI0_MISO, P_SPI0_MOSI, 0}, |
318 | }; | 318 | }; |
@@ -347,7 +347,7 @@ static struct platform_device bfin_spi0_device = { | |||
347 | 347 | ||
348 | /* SPI (1) */ | 348 | /* SPI (1) */ |
349 | static struct bfin5xx_spi_master bfin_spi1_info = { | 349 | static struct bfin5xx_spi_master bfin_spi1_info = { |
350 | .num_chipselect = 5, | 350 | .num_chipselect = 6, |
351 | .enable_dma = 1, /* master has the ability to do dma transfer */ | 351 | .enable_dma = 1, /* master has the ability to do dma transfer */ |
352 | .pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0}, | 352 | .pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0}, |
353 | }; | 353 | }; |
diff --git a/arch/blackfin/mach-bf518/boards/tcm-bf518.c b/arch/blackfin/mach-bf518/boards/tcm-bf518.c index 9b72e5cb21fe..bead810a6546 100644 --- a/arch/blackfin/mach-bf518/boards/tcm-bf518.c +++ b/arch/blackfin/mach-bf518/boards/tcm-bf518.c | |||
@@ -291,7 +291,7 @@ static struct platform_device bfin_spi0_device = { | |||
291 | 291 | ||
292 | /* SPI (1) */ | 292 | /* SPI (1) */ |
293 | static struct bfin5xx_spi_master bfin_spi1_info = { | 293 | static struct bfin5xx_spi_master bfin_spi1_info = { |
294 | .num_chipselect = 5, | 294 | .num_chipselect = 6, |
295 | .enable_dma = 1, /* master has the ability to do dma transfer */ | 295 | .enable_dma = 1, /* master has the ability to do dma transfer */ |
296 | .pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0}, | 296 | .pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0}, |
297 | }; | 297 | }; |
diff --git a/arch/blackfin/mach-bf538/boards/ezkit.c b/arch/blackfin/mach-bf538/boards/ezkit.c index 1a1f65855b03..c6fb0a52f849 100644 --- a/arch/blackfin/mach-bf538/boards/ezkit.c +++ b/arch/blackfin/mach-bf538/boards/ezkit.c | |||
@@ -695,7 +695,7 @@ static struct platform_device bf538_spi_master0 = { | |||
695 | }; | 695 | }; |
696 | 696 | ||
697 | static struct bfin5xx_spi_master bf538_spi_master_info1 = { | 697 | static struct bfin5xx_spi_master bf538_spi_master_info1 = { |
698 | .num_chipselect = 8, | 698 | .num_chipselect = 2, |
699 | .enable_dma = 1, /* master has the ability to do dma transfer */ | 699 | .enable_dma = 1, /* master has the ability to do dma transfer */ |
700 | .pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0}, | 700 | .pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0}, |
701 | }; | 701 | }; |
@@ -711,7 +711,7 @@ static struct platform_device bf538_spi_master1 = { | |||
711 | }; | 711 | }; |
712 | 712 | ||
713 | static struct bfin5xx_spi_master bf538_spi_master_info2 = { | 713 | static struct bfin5xx_spi_master bf538_spi_master_info2 = { |
714 | .num_chipselect = 8, | 714 | .num_chipselect = 2, |
715 | .enable_dma = 1, /* master has the ability to do dma transfer */ | 715 | .enable_dma = 1, /* master has the ability to do dma transfer */ |
716 | .pin_req = {P_SPI2_SCK, P_SPI2_MISO, P_SPI2_MOSI, 0}, | 716 | .pin_req = {P_SPI2_SCK, P_SPI2_MISO, P_SPI2_MOSI, 0}, |
717 | }; | 717 | }; |
diff --git a/arch/blackfin/mach-bf548/boards/cm_bf548.c b/arch/blackfin/mach-bf548/boards/cm_bf548.c index 6162833167e9..f0c0eef95ba8 100644 --- a/arch/blackfin/mach-bf548/boards/cm_bf548.c +++ b/arch/blackfin/mach-bf548/boards/cm_bf548.c | |||
@@ -966,7 +966,7 @@ static struct resource bfin_spi1_resource[] = { | |||
966 | 966 | ||
967 | /* SPI controller data */ | 967 | /* SPI controller data */ |
968 | static struct bfin5xx_spi_master bf54x_spi_master_info0 = { | 968 | static struct bfin5xx_spi_master bf54x_spi_master_info0 = { |
969 | .num_chipselect = 3, | 969 | .num_chipselect = 4, |
970 | .enable_dma = 1, /* master has the ability to do dma transfer */ | 970 | .enable_dma = 1, /* master has the ability to do dma transfer */ |
971 | .pin_req = {P_SPI0_SCK, P_SPI0_MISO, P_SPI0_MOSI, 0}, | 971 | .pin_req = {P_SPI0_SCK, P_SPI0_MISO, P_SPI0_MOSI, 0}, |
972 | }; | 972 | }; |
@@ -982,7 +982,7 @@ static struct platform_device bf54x_spi_master0 = { | |||
982 | }; | 982 | }; |
983 | 983 | ||
984 | static struct bfin5xx_spi_master bf54x_spi_master_info1 = { | 984 | static struct bfin5xx_spi_master bf54x_spi_master_info1 = { |
985 | .num_chipselect = 3, | 985 | .num_chipselect = 4, |
986 | .enable_dma = 1, /* master has the ability to do dma transfer */ | 986 | .enable_dma = 1, /* master has the ability to do dma transfer */ |
987 | .pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0}, | 987 | .pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0}, |
988 | }; | 988 | }; |
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c index 176d56394f1b..f4885418ac8f 100644 --- a/arch/blackfin/mach-bf548/boards/ezkit.c +++ b/arch/blackfin/mach-bf548/boards/ezkit.c | |||
@@ -1107,7 +1107,7 @@ static struct resource bfin_spi1_resource[] = { | |||
1107 | 1107 | ||
1108 | /* SPI controller data */ | 1108 | /* SPI controller data */ |
1109 | static struct bfin5xx_spi_master bf54x_spi_master_info0 = { | 1109 | static struct bfin5xx_spi_master bf54x_spi_master_info0 = { |
1110 | .num_chipselect = 3, | 1110 | .num_chipselect = 4, |
1111 | .enable_dma = 1, /* master has the ability to do dma transfer */ | 1111 | .enable_dma = 1, /* master has the ability to do dma transfer */ |
1112 | .pin_req = {P_SPI0_SCK, P_SPI0_MISO, P_SPI0_MOSI, 0}, | 1112 | .pin_req = {P_SPI0_SCK, P_SPI0_MISO, P_SPI0_MOSI, 0}, |
1113 | }; | 1113 | }; |
@@ -1123,7 +1123,7 @@ static struct platform_device bf54x_spi_master0 = { | |||
1123 | }; | 1123 | }; |
1124 | 1124 | ||
1125 | static struct bfin5xx_spi_master bf54x_spi_master_info1 = { | 1125 | static struct bfin5xx_spi_master bf54x_spi_master_info1 = { |
1126 | .num_chipselect = 3, | 1126 | .num_chipselect = 4, |
1127 | .enable_dma = 1, /* master has the ability to do dma transfer */ | 1127 | .enable_dma = 1, /* master has the ability to do dma transfer */ |
1128 | .pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0}, | 1128 | .pin_req = {P_SPI1_SCK, P_SPI1_MISO, P_SPI1_MOSI, 0}, |
1129 | }; | 1129 | }; |