diff options
| author | Sonic Zhang <sonic.zhang@analog.com> | 2010-11-11 21:45:38 -0500 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-10 07:18:20 -0500 |
| commit | e54b673081d12c46b47fdfe1772656cb2b43721d (patch) | |
| tree | 5552e2c975a5e7e6cd1a4803d9f4b4853e6b7997 | |
| parent | e01b5b129661ee1eaddd4f2a0d8df6cb170339a5 (diff) | |
Blackfin: sport_uart resources: remove unused secondary RX/TX pins
The SPORT/UART driver doesn't use the secondary channel pins, so don't
try and request them thus keeping other drivers from using them.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
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 | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf527/boards/ad7160eval.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf527/boards/cm_bf527.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf527/boards/ezbrd.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf527/boards/ezkit.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf527/boards/tll6527m.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf533/boards/blackstamp.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf533/boards/cm_bf533.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf533/boards/stamp.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf537/boards/cm_bf537e.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf537/boards/cm_bf537u.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf537/boards/minotaur.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 4 | ||||
| -rw-r--r-- | arch/blackfin/mach-bf537/boards/tcm_bf537.c | 4 | ||||
| -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 |
18 files changed, 36 insertions, 36 deletions
diff --git a/arch/blackfin/mach-bf518/boards/ezbrd.c b/arch/blackfin/mach-bf518/boards/ezbrd.c index b894c8abe7ec..0c75aa35faf4 100644 --- a/arch/blackfin/mach-bf518/boards/ezbrd.c +++ b/arch/blackfin/mach-bf518/boards/ezbrd.c | |||
| @@ -638,7 +638,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 638 | 638 | ||
| 639 | unsigned short bfin_sport0_peripherals[] = { | 639 | unsigned short bfin_sport0_peripherals[] = { |
| 640 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 640 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 641 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 641 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 642 | }; | 642 | }; |
| 643 | 643 | ||
| 644 | static struct platform_device bfin_sport0_uart_device = { | 644 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -672,7 +672,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 672 | 672 | ||
| 673 | unsigned short bfin_sport1_peripherals[] = { | 673 | unsigned short bfin_sport1_peripherals[] = { |
| 674 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 674 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 675 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 675 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 676 | }; | 676 | }; |
| 677 | 677 | ||
| 678 | static struct platform_device bfin_sport1_uart_device = { | 678 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf518/boards/tcm-bf518.c b/arch/blackfin/mach-bf518/boards/tcm-bf518.c index e6ce1d7c523a..a5984ddec8c0 100644 --- a/arch/blackfin/mach-bf518/boards/tcm-bf518.c +++ b/arch/blackfin/mach-bf518/boards/tcm-bf518.c | |||
| @@ -549,7 +549,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 549 | 549 | ||
| 550 | unsigned short bfin_sport0_peripherals[] = { | 550 | unsigned short bfin_sport0_peripherals[] = { |
| 551 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 551 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 552 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 552 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 553 | }; | 553 | }; |
| 554 | 554 | ||
| 555 | static struct platform_device bfin_sport0_uart_device = { | 555 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -583,7 +583,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 583 | 583 | ||
| 584 | unsigned short bfin_sport1_peripherals[] = { | 584 | unsigned short bfin_sport1_peripherals[] = { |
| 585 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 585 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 586 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 586 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 587 | }; | 587 | }; |
| 588 | 588 | ||
| 589 | static struct platform_device bfin_sport1_uart_device = { | 589 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf527/boards/ad7160eval.c b/arch/blackfin/mach-bf527/boards/ad7160eval.c index 6215de838b00..43dbaa00ba43 100644 --- a/arch/blackfin/mach-bf527/boards/ad7160eval.c +++ b/arch/blackfin/mach-bf527/boards/ad7160eval.c | |||
| @@ -630,7 +630,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 630 | 630 | ||
| 631 | unsigned short bfin_sport0_peripherals[] = { | 631 | unsigned short bfin_sport0_peripherals[] = { |
| 632 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 632 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 633 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 633 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 634 | }; | 634 | }; |
| 635 | 635 | ||
| 636 | static struct platform_device bfin_sport0_uart_device = { | 636 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -664,7 +664,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 664 | 664 | ||
| 665 | unsigned short bfin_sport1_peripherals[] = { | 665 | unsigned short bfin_sport1_peripherals[] = { |
| 666 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 666 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 667 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 667 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 668 | }; | 668 | }; |
| 669 | 669 | ||
| 670 | static struct platform_device bfin_sport1_uart_device = { | 670 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf527/boards/cm_bf527.c b/arch/blackfin/mach-bf527/boards/cm_bf527.c index 1c5aed443bca..17313ee27aad 100644 --- a/arch/blackfin/mach-bf527/boards/cm_bf527.c +++ b/arch/blackfin/mach-bf527/boards/cm_bf527.c | |||
| @@ -804,7 +804,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 804 | 804 | ||
| 805 | unsigned short bfin_sport0_peripherals[] = { | 805 | unsigned short bfin_sport0_peripherals[] = { |
| 806 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 806 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 807 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 807 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 808 | }; | 808 | }; |
| 809 | 809 | ||
| 810 | static struct platform_device bfin_sport0_uart_device = { | 810 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -838,7 +838,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 838 | 838 | ||
| 839 | unsigned short bfin_sport1_peripherals[] = { | 839 | unsigned short bfin_sport1_peripherals[] = { |
| 840 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 840 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 841 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 841 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 842 | }; | 842 | }; |
| 843 | 843 | ||
| 844 | static struct platform_device bfin_sport1_uart_device = { | 844 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf527/boards/ezbrd.c b/arch/blackfin/mach-bf527/boards/ezbrd.c index a24a409e2c94..57f9b5e13f52 100644 --- a/arch/blackfin/mach-bf527/boards/ezbrd.c +++ b/arch/blackfin/mach-bf527/boards/ezbrd.c | |||
| @@ -684,7 +684,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 684 | 684 | ||
| 685 | unsigned short bfin_sport0_peripherals[] = { | 685 | unsigned short bfin_sport0_peripherals[] = { |
| 686 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 686 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 687 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 687 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 688 | }; | 688 | }; |
| 689 | 689 | ||
| 690 | static struct platform_device bfin_sport0_uart_device = { | 690 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -718,7 +718,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 718 | 718 | ||
| 719 | unsigned short bfin_sport1_peripherals[] = { | 719 | unsigned short bfin_sport1_peripherals[] = { |
| 720 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 720 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 721 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 721 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 722 | }; | 722 | }; |
| 723 | 723 | ||
| 724 | static struct platform_device bfin_sport1_uart_device = { | 724 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c index 34b5e1c6c122..bf5cebfb4838 100644 --- a/arch/blackfin/mach-bf527/boards/ezkit.c +++ b/arch/blackfin/mach-bf527/boards/ezkit.c | |||
| @@ -992,7 +992,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 992 | 992 | ||
| 993 | unsigned short bfin_sport0_peripherals[] = { | 993 | unsigned short bfin_sport0_peripherals[] = { |
| 994 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 994 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 995 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 995 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 996 | }; | 996 | }; |
| 997 | 997 | ||
| 998 | static struct platform_device bfin_sport0_uart_device = { | 998 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -1026,7 +1026,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 1026 | 1026 | ||
| 1027 | unsigned short bfin_sport1_peripherals[] = { | 1027 | unsigned short bfin_sport1_peripherals[] = { |
| 1028 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 1028 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 1029 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 1029 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 1030 | }; | 1030 | }; |
| 1031 | 1031 | ||
| 1032 | static struct platform_device bfin_sport1_uart_device = { | 1032 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf527/boards/tll6527m.c b/arch/blackfin/mach-bf527/boards/tll6527m.c index b6094610b5e0..d542e803213b 100644 --- a/arch/blackfin/mach-bf527/boards/tll6527m.c +++ b/arch/blackfin/mach-bf527/boards/tll6527m.c | |||
| @@ -801,7 +801,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 801 | 801 | ||
| 802 | unsigned short bfin_sport0_peripherals[] = { | 802 | unsigned short bfin_sport0_peripherals[] = { |
| 803 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 803 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 804 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 804 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 805 | }; | 805 | }; |
| 806 | 806 | ||
| 807 | static struct platform_device bfin_sport0_uart_device = { | 807 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -836,7 +836,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 836 | 836 | ||
| 837 | unsigned short bfin_sport1_peripherals[] = { | 837 | unsigned short bfin_sport1_peripherals[] = { |
| 838 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 838 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 839 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 839 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 840 | }; | 840 | }; |
| 841 | 841 | ||
| 842 | static struct platform_device bfin_sport1_uart_device = { | 842 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf533/boards/blackstamp.c b/arch/blackfin/mach-bf533/boards/blackstamp.c index 992f551f06a1..44241cf470b1 100644 --- a/arch/blackfin/mach-bf533/boards/blackstamp.c +++ b/arch/blackfin/mach-bf533/boards/blackstamp.c | |||
| @@ -291,7 +291,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 291 | 291 | ||
| 292 | unsigned short bfin_sport0_peripherals[] = { | 292 | unsigned short bfin_sport0_peripherals[] = { |
| 293 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 293 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 294 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 294 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 295 | }; | 295 | }; |
| 296 | 296 | ||
| 297 | static struct platform_device bfin_sport0_uart_device = { | 297 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -325,7 +325,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 325 | 325 | ||
| 326 | unsigned short bfin_sport1_peripherals[] = { | 326 | unsigned short bfin_sport1_peripherals[] = { |
| 327 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 327 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 328 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 328 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 329 | }; | 329 | }; |
| 330 | 330 | ||
| 331 | static struct platform_device bfin_sport1_uart_device = { | 331 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf533/boards/cm_bf533.c b/arch/blackfin/mach-bf533/boards/cm_bf533.c index adbe62a81e25..34d0ef49ee9b 100644 --- a/arch/blackfin/mach-bf533/boards/cm_bf533.c +++ b/arch/blackfin/mach-bf533/boards/cm_bf533.c | |||
| @@ -338,7 +338,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 338 | 338 | ||
| 339 | unsigned short bfin_sport0_peripherals[] = { | 339 | unsigned short bfin_sport0_peripherals[] = { |
| 340 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 340 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 341 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 341 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 342 | }; | 342 | }; |
| 343 | 343 | ||
| 344 | static struct platform_device bfin_sport0_uart_device = { | 344 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -372,7 +372,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 372 | 372 | ||
| 373 | unsigned short bfin_sport1_peripherals[] = { | 373 | unsigned short bfin_sport1_peripherals[] = { |
| 374 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 374 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 375 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 375 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 376 | }; | 376 | }; |
| 377 | 377 | ||
| 378 | static struct platform_device bfin_sport1_uart_device = { | 378 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf533/boards/stamp.c b/arch/blackfin/mach-bf533/boards/stamp.c index 4b73d4295f82..b44c6c25fded 100644 --- a/arch/blackfin/mach-bf533/boards/stamp.c +++ b/arch/blackfin/mach-bf533/boards/stamp.c | |||
| @@ -420,7 +420,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 420 | 420 | ||
| 421 | unsigned short bfin_sport0_peripherals[] = { | 421 | unsigned short bfin_sport0_peripherals[] = { |
| 422 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 422 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 423 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 423 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 424 | }; | 424 | }; |
| 425 | 425 | ||
| 426 | static struct platform_device bfin_sport0_uart_device = { | 426 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -454,7 +454,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 454 | 454 | ||
| 455 | unsigned short bfin_sport1_peripherals[] = { | 455 | unsigned short bfin_sport1_peripherals[] = { |
| 456 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 456 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 457 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 457 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 458 | }; | 458 | }; |
| 459 | 459 | ||
| 460 | static struct platform_device bfin_sport1_uart_device = { | 460 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf537/boards/cm_bf537e.c b/arch/blackfin/mach-bf537/boards/cm_bf537e.c index 836698c4ee54..d94515883bd7 100644 --- a/arch/blackfin/mach-bf537/boards/cm_bf537e.c +++ b/arch/blackfin/mach-bf537/boards/cm_bf537e.c | |||
| @@ -547,7 +547,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 547 | 547 | ||
| 548 | unsigned short bfin_sport0_peripherals[] = { | 548 | unsigned short bfin_sport0_peripherals[] = { |
| 549 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 549 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 550 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 550 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 551 | }; | 551 | }; |
| 552 | 552 | ||
| 553 | static struct platform_device bfin_sport0_uart_device = { | 553 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -581,7 +581,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 581 | 581 | ||
| 582 | unsigned short bfin_sport1_peripherals[] = { | 582 | unsigned short bfin_sport1_peripherals[] = { |
| 583 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 583 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 584 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 584 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 585 | }; | 585 | }; |
| 586 | 586 | ||
| 587 | static struct platform_device bfin_sport1_uart_device = { | 587 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf537/boards/cm_bf537u.c b/arch/blackfin/mach-bf537/boards/cm_bf537u.c index 2a85670273cb..a79b76827d27 100644 --- a/arch/blackfin/mach-bf537/boards/cm_bf537u.c +++ b/arch/blackfin/mach-bf537/boards/cm_bf537u.c | |||
| @@ -512,7 +512,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 512 | 512 | ||
| 513 | unsigned short bfin_sport0_peripherals[] = { | 513 | unsigned short bfin_sport0_peripherals[] = { |
| 514 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 514 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 515 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 515 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 516 | }; | 516 | }; |
| 517 | 517 | ||
| 518 | static struct platform_device bfin_sport0_uart_device = { | 518 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -546,7 +546,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 546 | 546 | ||
| 547 | unsigned short bfin_sport1_peripherals[] = { | 547 | unsigned short bfin_sport1_peripherals[] = { |
| 548 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 548 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 549 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 549 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 550 | }; | 550 | }; |
| 551 | 551 | ||
| 552 | static struct platform_device bfin_sport1_uart_device = { | 552 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf537/boards/minotaur.c b/arch/blackfin/mach-bf537/boards/minotaur.c index 49800518412c..f3c3d12b2ff0 100644 --- a/arch/blackfin/mach-bf537/boards/minotaur.c +++ b/arch/blackfin/mach-bf537/boards/minotaur.c | |||
| @@ -421,7 +421,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 421 | 421 | ||
| 422 | unsigned short bfin_sport0_peripherals[] = { | 422 | unsigned short bfin_sport0_peripherals[] = { |
| 423 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 423 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 424 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 424 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 425 | }; | 425 | }; |
| 426 | 426 | ||
| 427 | static struct platform_device bfin_sport0_uart_device = { | 427 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -455,7 +455,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 455 | 455 | ||
| 456 | unsigned short bfin_sport1_peripherals[] = { | 456 | unsigned short bfin_sport1_peripherals[] = { |
| 457 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 457 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 458 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 458 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 459 | }; | 459 | }; |
| 460 | 460 | ||
| 461 | static struct platform_device bfin_sport1_uart_device = { | 461 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index 3aa344ce8e52..243aa8a087f5 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
| @@ -2449,7 +2449,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 2449 | 2449 | ||
| 2450 | unsigned short bfin_sport0_peripherals[] = { | 2450 | unsigned short bfin_sport0_peripherals[] = { |
| 2451 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 2451 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 2452 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 2452 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 2453 | }; | 2453 | }; |
| 2454 | 2454 | ||
| 2455 | static struct platform_device bfin_sport0_uart_device = { | 2455 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -2483,7 +2483,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 2483 | 2483 | ||
| 2484 | unsigned short bfin_sport1_peripherals[] = { | 2484 | unsigned short bfin_sport1_peripherals[] = { |
| 2485 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 2485 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 2486 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 2486 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 2487 | }; | 2487 | }; |
| 2488 | 2488 | ||
| 2489 | static struct platform_device bfin_sport1_uart_device = { | 2489 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf537/boards/tcm_bf537.c b/arch/blackfin/mach-bf537/boards/tcm_bf537.c index 31498add1a42..8235eed94d53 100644 --- a/arch/blackfin/mach-bf537/boards/tcm_bf537.c +++ b/arch/blackfin/mach-bf537/boards/tcm_bf537.c | |||
| @@ -514,7 +514,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 514 | 514 | ||
| 515 | unsigned short bfin_sport0_peripherals[] = { | 515 | unsigned short bfin_sport0_peripherals[] = { |
| 516 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 516 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 517 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 517 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 518 | }; | 518 | }; |
| 519 | 519 | ||
| 520 | static struct platform_device bfin_sport0_uart_device = { | 520 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -548,7 +548,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 548 | 548 | ||
| 549 | unsigned short bfin_sport1_peripherals[] = { | 549 | unsigned short bfin_sport1_peripherals[] = { |
| 550 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 550 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 551 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 551 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 552 | }; | 552 | }; |
| 553 | 553 | ||
| 554 | static struct platform_device bfin_sport1_uart_device = { | 554 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf538/boards/ezkit.c b/arch/blackfin/mach-bf538/boards/ezkit.c index c6fb0a52f849..880284b5f9e6 100644 --- a/arch/blackfin/mach-bf538/boards/ezkit.c +++ b/arch/blackfin/mach-bf538/boards/ezkit.c | |||
| @@ -284,7 +284,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 284 | 284 | ||
| 285 | unsigned short bfin_sport0_peripherals[] = { | 285 | unsigned short bfin_sport0_peripherals[] = { |
| 286 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 286 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 287 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 287 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 288 | }; | 288 | }; |
| 289 | 289 | ||
| 290 | static struct platform_device bfin_sport0_uart_device = { | 290 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -318,7 +318,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 318 | 318 | ||
| 319 | unsigned short bfin_sport1_peripherals[] = { | 319 | unsigned short bfin_sport1_peripherals[] = { |
| 320 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 320 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 321 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 321 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 322 | }; | 322 | }; |
| 323 | 323 | ||
| 324 | static struct platform_device bfin_sport1_uart_device = { | 324 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf548/boards/cm_bf548.c b/arch/blackfin/mach-bf548/boards/cm_bf548.c index 9182d734b041..041afd8c90dc 100644 --- a/arch/blackfin/mach-bf548/boards/cm_bf548.c +++ b/arch/blackfin/mach-bf548/boards/cm_bf548.c | |||
| @@ -555,7 +555,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 555 | 555 | ||
| 556 | unsigned short bfin_sport0_peripherals[] = { | 556 | unsigned short bfin_sport0_peripherals[] = { |
| 557 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 557 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 558 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 558 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 559 | }; | 559 | }; |
| 560 | 560 | ||
| 561 | static struct platform_device bfin_sport0_uart_device = { | 561 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -589,7 +589,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 589 | 589 | ||
| 590 | unsigned short bfin_sport1_peripherals[] = { | 590 | unsigned short bfin_sport1_peripherals[] = { |
| 591 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 591 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 592 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 592 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 593 | }; | 593 | }; |
| 594 | 594 | ||
| 595 | static struct platform_device bfin_sport1_uart_device = { | 595 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c index 63345d2838e3..277a81e9296f 100644 --- a/arch/blackfin/mach-bf548/boards/ezkit.c +++ b/arch/blackfin/mach-bf548/boards/ezkit.c | |||
| @@ -660,7 +660,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 660 | 660 | ||
| 661 | unsigned short bfin_sport0_peripherals[] = { | 661 | unsigned short bfin_sport0_peripherals[] = { |
| 662 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 662 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 663 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 663 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 664 | }; | 664 | }; |
| 665 | 665 | ||
| 666 | static struct platform_device bfin_sport0_uart_device = { | 666 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -694,7 +694,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 694 | 694 | ||
| 695 | unsigned short bfin_sport1_peripherals[] = { | 695 | unsigned short bfin_sport1_peripherals[] = { |
| 696 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 696 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 697 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 697 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 698 | }; | 698 | }; |
| 699 | 699 | ||
| 700 | static struct platform_device bfin_sport1_uart_device = { | 700 | static struct platform_device bfin_sport1_uart_device = { |
