aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x/ts78xx-setup.c
diff options
context:
space:
mode:
authorAlexander Clouter <alex@digriz.org.uk>2009-02-06 21:59:15 +0000
committerAlexander Clouter <alex@digriz.org.uk>2009-02-06 21:59:15 +0000
commitf54128609c4e7792fb52b03c3db0da78627ce607 (patch)
tree91e9a7435e9c593a60646483d8c1d5a279f5ff0b /arch/arm/mach-orion5x/ts78xx-setup.c
parent[ARM] orion5x: remove TS-78xx NOR support as it does not exist (diff)
downloadlinux-dev-f54128609c4e7792fb52b03c3db0da78627ce607.tar.xz
linux-dev-f54128609c4e7792fb52b03c3db0da78627ce607.zip
[ARM] orion5x: TS-78xx comment shifting
moved the MPP comments to the mpp area of the platform code Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Diffstat (limited to 'arch/arm/mach-orion5x/ts78xx-setup.c')
-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 = {
{ 17, MPP_UART },
{ 18, MPP_UART },
{ 19, MPP_UART },
+ /*
+ * MPP[20] PCI Clock Out 1
+ * MPP[21] PCI Clock Out 0
+ * MPP[22] Unused
+ * MPP[23] Unused
+ * MPP[24] Unused
+ * MPP[25] Unused
+ */
{ -1 },
};
@@ -196,15 +204,6 @@ static void __init ts78xx_init(void)
orion5x_mpp_conf(ts78xx_mpp_modes);
/*
- * MPP[20] PCI Clock Out 1
- * MPP[21] PCI Clock Out 0
- * MPP[22] Unused
- * MPP[23] Unused
- * MPP[24] Unused
- * MPP[25] Unused
- */
-
- /*
* Configure peripherals.
*/
orion5x_ehci0_init();