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 /arch/blackfin/mach-bf518 | |
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>
Diffstat (limited to 'arch/blackfin/mach-bf518')
-rw-r--r-- | arch/blackfin/mach-bf518/boards/ezbrd.c | 4 | ||||
-rw-r--r-- | arch/blackfin/mach-bf518/boards/tcm-bf518.c | 4 |
2 files changed, 4 insertions, 4 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 = { |