aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r--arch/arm/mach-orion5x/ts78xx-setup.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/arch/arm/mach-orion5x/ts78xx-setup.c b/arch/arm/mach-orion5x/ts78xx-setup.c
index 0cb34b9a6d87..b194956518a2 100644
--- a/arch/arm/mach-orion5x/ts78xx-setup.c
+++ b/arch/arm/mach-orion5x/ts78xx-setup.c
@@ -181,6 +181,14 @@ static struct orion5x_mpp_mode ts78xx_mpp_modes[] __initdata = {
181 { 17, MPP_UART }, 181 { 17, MPP_UART },
182 { 18, MPP_UART }, 182 { 18, MPP_UART },
183 { 19, MPP_UART }, 183 { 19, MPP_UART },
184 /*
185 * MPP[20] PCI Clock Out 1
186 * MPP[21] PCI Clock Out 0
187 * MPP[22] Unused
188 * MPP[23] Unused
189 * MPP[24] Unused
190 * MPP[25] Unused
191 */
184 { -1 }, 192 { -1 },
185}; 193};
186 194
@@ -196,15 +204,6 @@ static void __init ts78xx_init(void)
196 orion5x_mpp_conf(ts78xx_mpp_modes); 204 orion5x_mpp_conf(ts78xx_mpp_modes);
197 205
198 /* 206 /*
199 * MPP[20] PCI Clock Out 1
200 * MPP[21] PCI Clock Out 0
201 * MPP[22] Unused
202 * MPP[23] Unused
203 * MPP[24] Unused
204 * MPP[25] Unused
205 */
206
207 /*
208 * Configure peripherals. 207 * Configure peripherals.
209 */ 208 */
210 orion5x_ehci0_init(); 209 orion5x_ehci0_init();