MIPS: AR7: Fix phat finger of reset bit in vlynq_high_data
authorAlexander Clouter <alex@digriz.org.uk>
Fri, 12 Mar 2010 19:39:48 +0000 (19:39 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 12 Apr 2010 16:26:13 +0000 (17:26 +0100)
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

index 246df7a..0bd5f67 100644 (file)
@@ -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,
 };