MIPS: AR7: Fix phat finger of reset bit in vlynq_high_data

Previous thread: MIPS: AR7: Fix phat finger of cpmac fixed_phy_add by Linux Kernel Mailing List on Monday, April 12, 2010 - 7:59 pm. (1 message)

Next thread: MIPS: delay: Fix use of current_cpu_data in preemptable code. by Linux Kernel Mailing List on Monday, April 12, 2010 - 7:59 pm. (1 message)
From: Linux Kernel Mailing List
Date: Monday, April 12, 2010 - 7:59 pm

Gitweb:     http://git.kernel.org/linus/1e3fb3778be3c0a56626eba4a84f7d2fa991aa93
Commit:     1e3fb3778be3c0a56626eba4a84f7d2fa991aa93
Parent:     582b65e4d3f9664f87661359af99def304bc68bb
Author:     Alexander Clouter <alex@digriz.org.uk>
AuthorDate: Fri Mar 12 19:39:48 2010 +0000
Committer:  Ralf Baechle <ralf@linux-mips.org>
CommitDate: Mon Apr 12 17:26:13 2010 +0100

    MIPS: AR7: Fix phat finger of reset bit in vlynq_high_data
    
    Seems in my whitespace cleanup 0f2536082d01448daeced8d9e82c3ba1751fefa3
    (lmo) rsp.  8c2961da46abd85a71d20f2b169bf80618e (kernel.org) caused AR7
    to no longer get as far as init.  Fixed my phat fingering.
    
    Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
    To: linux-mips@linux-mips.org
    Patchwork: http://patchwork.linux-mips.org/patch/1064/
    Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---
 arch/mips/ar7/platform.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/ar7/platform.c b/arch/mips/ar7/platform.c
index 246df7a..0bd5f67 100644
--- a/arch/mips/ar7/platform.c
+++ b/arch/mips/ar7/platform.c
@@ -168,7 +168,7 @@ static struct plat_vlynq_data vlynq_high_data = {
 		.on	= vlynq_on,
 		.off	= vlynq_off,
 	},
-	.reset_bit	= 26,
+	.reset_bit	= 16,
 	.gpio_bit	= 19,
 };
 
--

Previous thread: MIPS: AR7: Fix phat finger of cpmac fixed_phy_add by Linux Kernel Mailing List on Monday, April 12, 2010 - 7:59 pm. (1 message)

Next thread: MIPS: delay: Fix use of current_cpu_data in preemptable code. by Linux Kernel Mailing List on Monday, April 12, 2010 - 7:59 pm. (1 message)