|
@@ -2449,7 +2449,7 @@ static struct resource bfin_sport0_uart_resources[] = {
|
|
|
|
|
|
unsigned short bfin_sport0_peripherals[] = {
|
|
|
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
|
|
|
- P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0
|
|
|
+ P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
|
|
|
};
|
|
|
|
|
|
static struct platform_device bfin_sport0_uart_device = {
|
|
@@ -2483,7 +2483,7 @@ static struct resource bfin_sport1_uart_resources[] = {
|
|
|
|
|
|
unsigned short bfin_sport1_peripherals[] = {
|
|
|
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
|
|
|
- P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0
|
|
|
+ P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
|
|
|
};
|
|
|
|
|
|
static struct platform_device bfin_sport1_uart_device = {
|