Commit a8b19886 authored by Mike Frysinger's avatar Mike Frysinger

Blackfin: boards: add missing "static" to peripheral lists

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 3ea9f2bf
...@@ -452,7 +452,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -452,7 +452,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -495,7 +495,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -495,7 +495,7 @@ static struct resource bfin_uart1_resources[] = {
}, },
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -635,7 +635,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -635,7 +635,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -669,7 +669,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -669,7 +669,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -377,7 +377,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -377,7 +377,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -420,7 +420,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -420,7 +420,7 @@ static struct resource bfin_uart1_resources[] = {
}, },
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -547,7 +547,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -547,7 +547,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -581,7 +581,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -581,7 +581,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -420,7 +420,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -420,7 +420,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -475,7 +475,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -475,7 +475,7 @@ static struct resource bfin_uart1_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -628,7 +628,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -628,7 +628,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -662,7 +662,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -662,7 +662,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -615,7 +615,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -615,7 +615,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -670,7 +670,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -670,7 +670,7 @@ static struct resource bfin_uart1_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -802,7 +802,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -802,7 +802,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -836,7 +836,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -836,7 +836,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -500,7 +500,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -500,7 +500,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -555,7 +555,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -555,7 +555,7 @@ static struct resource bfin_uart1_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -682,7 +682,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -682,7 +682,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -716,7 +716,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -716,7 +716,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -709,7 +709,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -709,7 +709,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -764,7 +764,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -764,7 +764,7 @@ static struct resource bfin_uart1_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -990,7 +990,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -990,7 +990,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -1024,7 +1024,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -1024,7 +1024,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -586,7 +586,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -586,7 +586,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -642,7 +642,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -642,7 +642,7 @@ static struct resource bfin_uart1_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -799,7 +799,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -799,7 +799,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -834,7 +834,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -834,7 +834,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -286,7 +286,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -286,7 +286,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
......
...@@ -224,7 +224,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -224,7 +224,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -289,7 +289,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -289,7 +289,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -323,7 +323,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -323,7 +323,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -271,7 +271,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -271,7 +271,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -336,7 +336,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -336,7 +336,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -370,7 +370,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -370,7 +370,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -349,7 +349,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -349,7 +349,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
......
...@@ -173,7 +173,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -173,7 +173,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
......
...@@ -353,7 +353,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -353,7 +353,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -418,7 +418,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -418,7 +418,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -452,7 +452,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -452,7 +452,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -373,7 +373,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -373,7 +373,7 @@ static struct resource bfin_uart0_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -434,7 +434,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -434,7 +434,7 @@ static struct resource bfin_uart1_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -545,7 +545,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -545,7 +545,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -579,7 +579,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -579,7 +579,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -356,7 +356,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -356,7 +356,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -399,7 +399,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -399,7 +399,7 @@ static struct resource bfin_uart1_resources[] = {
}, },
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -510,7 +510,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -510,7 +510,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -544,7 +544,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -544,7 +544,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -263,7 +263,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -263,7 +263,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -306,7 +306,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -306,7 +306,7 @@ static struct resource bfin_uart1_resources[] = {
}, },
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -419,7 +419,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -419,7 +419,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -453,7 +453,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -453,7 +453,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -367,7 +367,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -367,7 +367,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -410,7 +410,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -410,7 +410,7 @@ static struct resource bfin_uart1_resources[] = {
}, },
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
......
...@@ -289,7 +289,7 @@ static struct platform_device isp1362_hcd_device = { ...@@ -289,7 +289,7 @@ static struct platform_device isp1362_hcd_device = {
#endif #endif
#if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE) #if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE)
unsigned short bfin_can_peripherals[] = { static unsigned short bfin_can_peripherals[] = {
P_CAN0_RX, P_CAN0_TX, 0 P_CAN0_RX, P_CAN0_TX, 0
}; };
...@@ -693,7 +693,7 @@ static struct bfin5xx_spi_chip ad2s90_spi_chip_info = { ...@@ -693,7 +693,7 @@ static struct bfin5xx_spi_chip ad2s90_spi_chip_info = {
#endif #endif
#if defined(CONFIG_AD2S120X) || defined(CONFIG_AD2S120X_MODULE) #if defined(CONFIG_AD2S120X) || defined(CONFIG_AD2S120X_MODULE)
unsigned short ad2s120x_platform_data[] = { static unsigned short ad2s120x_platform_data[] = {
/* used as SAMPLE and RDVEL */ /* used as SAMPLE and RDVEL */
GPIO_PF5, GPIO_PF6, 0 GPIO_PF5, GPIO_PF6, 0
}; };
...@@ -705,7 +705,7 @@ static struct bfin5xx_spi_chip ad2s120x_spi_chip_info = { ...@@ -705,7 +705,7 @@ static struct bfin5xx_spi_chip ad2s120x_spi_chip_info = {
#endif #endif
#if defined(CONFIG_AD2S1210) || defined(CONFIG_AD2S1210_MODULE) #if defined(CONFIG_AD2S1210) || defined(CONFIG_AD2S1210_MODULE)
unsigned short ad2s1210_platform_data[] = { static unsigned short ad2s1210_platform_data[] = {
/* use as SAMPLE, A0, A1 */ /* use as SAMPLE, A0, A1 */
GPIO_PF7, GPIO_PF8, GPIO_PF9, GPIO_PF7, GPIO_PF8, GPIO_PF9,
# if defined(CONFIG_AD2S1210_GPIO_INPUT) || defined(CONFIG_AD2S1210_GPIO_OUTPUT) # if defined(CONFIG_AD2S1210_GPIO_INPUT) || defined(CONFIG_AD2S1210_GPIO_OUTPUT)
...@@ -1717,7 +1717,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -1717,7 +1717,7 @@ static struct resource bfin_uart0_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -1760,7 +1760,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -1760,7 +1760,7 @@ static struct resource bfin_uart1_resources[] = {
}, },
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -2447,7 +2447,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -2447,7 +2447,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -2481,7 +2481,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -2481,7 +2481,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -356,7 +356,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -356,7 +356,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -399,7 +399,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -399,7 +399,7 @@ static struct resource bfin_uart1_resources[] = {
}, },
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -512,7 +512,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -512,7 +512,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -546,7 +546,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -546,7 +546,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
......
...@@ -82,7 +82,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -82,7 +82,7 @@ static struct resource bfin_uart0_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -125,7 +125,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -125,7 +125,7 @@ static struct resource bfin_uart1_resources[] = {
}, },
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, 0 P_UART1_TX, P_UART1_RX, 0
}; };
...@@ -168,7 +168,7 @@ static struct resource bfin_uart2_resources[] = { ...@@ -168,7 +168,7 @@ static struct resource bfin_uart2_resources[] = {
}, },
}; };
unsigned short bfin_uart2_peripherals[] = { static unsigned short bfin_uart2_peripherals[] = {
P_UART2_TX, P_UART2_RX, 0 P_UART2_TX, P_UART2_RX, 0
}; };
...@@ -282,7 +282,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -282,7 +282,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -316,7 +316,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -316,7 +316,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
...@@ -350,7 +350,7 @@ static struct resource bfin_sport2_uart_resources[] = { ...@@ -350,7 +350,7 @@ static struct resource bfin_sport2_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport2_peripherals[] = { static unsigned short bfin_sport2_peripherals[] = {
P_SPORT2_TFS, P_SPORT2_DTPRI, P_SPORT2_TSCLK, P_SPORT2_RFS, P_SPORT2_TFS, P_SPORT2_DTPRI, P_SPORT2_TSCLK, P_SPORT2_RFS,
P_SPORT2_DRPRI, P_SPORT2_RSCLK, P_SPORT2_DRSEC, P_SPORT2_DTSEC, 0 P_SPORT2_DRPRI, P_SPORT2_RSCLK, P_SPORT2_DRSEC, P_SPORT2_DTSEC, 0
}; };
...@@ -384,7 +384,7 @@ static struct resource bfin_sport3_uart_resources[] = { ...@@ -384,7 +384,7 @@ static struct resource bfin_sport3_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport3_peripherals[] = { static unsigned short bfin_sport3_peripherals[] = {
P_SPORT3_TFS, P_SPORT3_DTPRI, P_SPORT3_TSCLK, P_SPORT3_RFS, P_SPORT3_TFS, P_SPORT3_DTPRI, P_SPORT3_TSCLK, P_SPORT3_RFS,
P_SPORT3_DRPRI, P_SPORT3_RSCLK, P_SPORT3_DRSEC, P_SPORT3_DTSEC, 0 P_SPORT3_DRPRI, P_SPORT3_RSCLK, P_SPORT3_DRSEC, P_SPORT3_DTSEC, 0
}; };
...@@ -402,7 +402,7 @@ static struct platform_device bfin_sport3_uart_device = { ...@@ -402,7 +402,7 @@ static struct platform_device bfin_sport3_uart_device = {
#endif #endif
#if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE) #if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE)
unsigned short bfin_can_peripherals[] = { static unsigned short bfin_can_peripherals[] = {
P_CAN0_RX, P_CAN0_TX, 0 P_CAN0_RX, P_CAN0_TX, 0
}; };
......
...@@ -156,7 +156,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -156,7 +156,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -211,7 +211,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -211,7 +211,7 @@ static struct resource bfin_uart1_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, P_UART1_TX, P_UART1_RX,
#ifdef CONFIG_BFIN_UART1_CTSRTS #ifdef CONFIG_BFIN_UART1_CTSRTS
P_UART1_RTS, P_UART1_CTS, P_UART1_RTS, P_UART1_CTS,
...@@ -258,7 +258,7 @@ static struct resource bfin_uart2_resources[] = { ...@@ -258,7 +258,7 @@ static struct resource bfin_uart2_resources[] = {
}, },
}; };
unsigned short bfin_uart2_peripherals[] = { static unsigned short bfin_uart2_peripherals[] = {
P_UART2_TX, P_UART2_RX, 0 P_UART2_TX, P_UART2_RX, 0
}; };
...@@ -313,7 +313,7 @@ static struct resource bfin_uart3_resources[] = { ...@@ -313,7 +313,7 @@ static struct resource bfin_uart3_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart3_peripherals[] = { static unsigned short bfin_uart3_peripherals[] = {
P_UART3_TX, P_UART3_RX, P_UART3_TX, P_UART3_RX,
#ifdef CONFIG_BFIN_UART3_CTSRTS #ifdef CONFIG_BFIN_UART3_CTSRTS
P_UART3_RTS, P_UART3_CTS, P_UART3_RTS, P_UART3_CTS,
...@@ -553,7 +553,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -553,7 +553,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -587,7 +587,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -587,7 +587,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
...@@ -621,7 +621,7 @@ static struct resource bfin_sport2_uart_resources[] = { ...@@ -621,7 +621,7 @@ static struct resource bfin_sport2_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport2_peripherals[] = { static unsigned short bfin_sport2_peripherals[] = {
P_SPORT2_TFS, P_SPORT2_DTPRI, P_SPORT2_TSCLK, P_SPORT2_RFS, P_SPORT2_TFS, P_SPORT2_DTPRI, P_SPORT2_TSCLK, P_SPORT2_RFS,
P_SPORT2_DRPRI, P_SPORT2_RSCLK, P_SPORT2_DRSEC, P_SPORT2_DTSEC, 0 P_SPORT2_DRPRI, P_SPORT2_RSCLK, P_SPORT2_DRSEC, P_SPORT2_DTSEC, 0
}; };
...@@ -655,7 +655,7 @@ static struct resource bfin_sport3_uart_resources[] = { ...@@ -655,7 +655,7 @@ static struct resource bfin_sport3_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport3_peripherals[] = { static unsigned short bfin_sport3_peripherals[] = {
P_SPORT3_TFS, P_SPORT3_DTPRI, P_SPORT3_TSCLK, P_SPORT3_RFS, P_SPORT3_TFS, P_SPORT3_DTPRI, P_SPORT3_TSCLK, P_SPORT3_RFS,
P_SPORT3_DRPRI, P_SPORT3_RSCLK, P_SPORT3_DRSEC, P_SPORT3_DTSEC, 0 P_SPORT3_DRPRI, P_SPORT3_RSCLK, P_SPORT3_DRSEC, P_SPORT3_DTSEC, 0
}; };
...@@ -757,7 +757,7 @@ static struct platform_device bf54x_sdh_device = { ...@@ -757,7 +757,7 @@ static struct platform_device bf54x_sdh_device = {
#endif #endif
#if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE) #if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE)
unsigned short bfin_can_peripherals[] = { static unsigned short bfin_can_peripherals[] = {
P_CAN0_RX, P_CAN0_TX, 0 P_CAN0_RX, P_CAN0_TX, 0
}; };
......
...@@ -261,7 +261,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -261,7 +261,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
...@@ -316,7 +316,7 @@ static struct resource bfin_uart1_resources[] = { ...@@ -316,7 +316,7 @@ static struct resource bfin_uart1_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart1_peripherals[] = { static unsigned short bfin_uart1_peripherals[] = {
P_UART1_TX, P_UART1_RX, P_UART1_TX, P_UART1_RX,
#ifdef CONFIG_BFIN_UART1_CTSRTS #ifdef CONFIG_BFIN_UART1_CTSRTS
P_UART1_RTS, P_UART1_CTS, P_UART1_RTS, P_UART1_CTS,
...@@ -363,7 +363,7 @@ static struct resource bfin_uart2_resources[] = { ...@@ -363,7 +363,7 @@ static struct resource bfin_uart2_resources[] = {
}, },
}; };
unsigned short bfin_uart2_peripherals[] = { static unsigned short bfin_uart2_peripherals[] = {
P_UART2_TX, P_UART2_RX, 0 P_UART2_TX, P_UART2_RX, 0
}; };
...@@ -418,7 +418,7 @@ static struct resource bfin_uart3_resources[] = { ...@@ -418,7 +418,7 @@ static struct resource bfin_uart3_resources[] = {
#endif #endif
}; };
unsigned short bfin_uart3_peripherals[] = { static unsigned short bfin_uart3_peripherals[] = {
P_UART3_TX, P_UART3_RX, P_UART3_TX, P_UART3_RX,
#ifdef CONFIG_BFIN_UART3_CTSRTS #ifdef CONFIG_BFIN_UART3_CTSRTS
P_UART3_RTS, P_UART3_CTS, P_UART3_RTS, P_UART3_CTS,
...@@ -658,7 +658,7 @@ static struct resource bfin_sport0_uart_resources[] = { ...@@ -658,7 +658,7 @@ static struct resource bfin_sport0_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport0_peripherals[] = { static unsigned short bfin_sport0_peripherals[] = {
P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0
}; };
...@@ -692,7 +692,7 @@ static struct resource bfin_sport1_uart_resources[] = { ...@@ -692,7 +692,7 @@ static struct resource bfin_sport1_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport1_peripherals[] = { static unsigned short bfin_sport1_peripherals[] = {
P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS,
P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0
}; };
...@@ -726,7 +726,7 @@ static struct resource bfin_sport2_uart_resources[] = { ...@@ -726,7 +726,7 @@ static struct resource bfin_sport2_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport2_peripherals[] = { static unsigned short bfin_sport2_peripherals[] = {
P_SPORT2_TFS, P_SPORT2_DTPRI, P_SPORT2_TSCLK, P_SPORT2_RFS, P_SPORT2_TFS, P_SPORT2_DTPRI, P_SPORT2_TSCLK, P_SPORT2_RFS,
P_SPORT2_DRPRI, P_SPORT2_RSCLK, P_SPORT2_DRSEC, P_SPORT2_DTSEC, 0 P_SPORT2_DRPRI, P_SPORT2_RSCLK, P_SPORT2_DRSEC, P_SPORT2_DTSEC, 0
}; };
...@@ -760,7 +760,7 @@ static struct resource bfin_sport3_uart_resources[] = { ...@@ -760,7 +760,7 @@ static struct resource bfin_sport3_uart_resources[] = {
}, },
}; };
unsigned short bfin_sport3_peripherals[] = { static unsigned short bfin_sport3_peripherals[] = {
P_SPORT3_TFS, P_SPORT3_DTPRI, P_SPORT3_TSCLK, P_SPORT3_RFS, P_SPORT3_TFS, P_SPORT3_DTPRI, P_SPORT3_TSCLK, P_SPORT3_RFS,
P_SPORT3_DRPRI, P_SPORT3_RSCLK, P_SPORT3_DRSEC, P_SPORT3_DTSEC, 0 P_SPORT3_DRPRI, P_SPORT3_RSCLK, P_SPORT3_DRSEC, P_SPORT3_DTSEC, 0
}; };
...@@ -778,7 +778,7 @@ static struct platform_device bfin_sport3_uart_device = { ...@@ -778,7 +778,7 @@ static struct platform_device bfin_sport3_uart_device = {
#endif #endif
#if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE) #if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE)
unsigned short bfin_can_peripherals[] = { static unsigned short bfin_can_peripherals[] = {
P_CAN0_RX, P_CAN0_TX, 0 P_CAN0_RX, P_CAN0_TX, 0
}; };
......
...@@ -224,7 +224,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -224,7 +224,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
......
...@@ -334,7 +334,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -334,7 +334,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
......
...@@ -190,7 +190,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -190,7 +190,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
......
...@@ -72,7 +72,7 @@ static struct resource bfin_uart0_resources[] = { ...@@ -72,7 +72,7 @@ static struct resource bfin_uart0_resources[] = {
}, },
}; };
unsigned short bfin_uart0_peripherals[] = { static unsigned short bfin_uart0_peripherals[] = {
P_UART0_TX, P_UART0_RX, 0 P_UART0_TX, P_UART0_RX, 0
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment