From 85835b50d9d964bfc1a454a3407b3f645830fb3b Mon Sep 17 00:00:00 2001 From: Alexander Clouter Date: Fri, 6 Feb 2009 21:59:15 +0000 Subject: [PATCH] --- yaml --- r: 137371 b: refs/heads/master c: f54128609c4e7792fb52b03c3db0da78627ce607 h: refs/heads/master i: 137369: 71449f8406c14336b88fb91ccc948ab6b4152cb3 137367: d278aa0230967244ed44d4b89443a5e415853a1a v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-orion5x/ts78xx-setup.c | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 35fdc104c22d..8d1a5116ba55 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c3dfdb0823213c81f60987c8a3770b89ea95cad6 +refs/heads/master: f54128609c4e7792fb52b03c3db0da78627ce607 diff --git a/trunk/arch/arm/mach-orion5x/ts78xx-setup.c b/trunk/arch/arm/mach-orion5x/ts78xx-setup.c index 0cb34b9a6d87..b194956518a2 100644 --- a/trunk/arch/arm/mach-orion5x/ts78xx-setup.c +++ b/trunk/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 }, }; @@ -195,15 +203,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. */