| Submitter | jimdigriz |
|---|---|
| Date | 2010-03-12 07:03:48 |
| Message ID | <4thq67-rjo.ln1@chipmunk.wormnet.eu> |
| Download | mbox | patch |
| Permalink | /patch/1064/ |
| State | Accepted |
| Delegated to: | Ralf Baechle |
| Headers | show |
Comments
On Fri, Mar 12, 2010 at 07:39:48PM +0000, Alexander Clouter wrote: > From: Alexander Clouter <alex@digriz.org.uk> > Date: Fri, 12 Mar 2010 19:39:48 +0000 > To: linux-mips@linux-mips.org > Subject: [PATCH] MIPS: AR7: fix phat finger of reset bit in vlynq_high_data > > Seems in my whitespace cleanup 7084338eb8eb0cc021ba86c340157bad397f3f0b > caused AR7 to no longer get as far as init. Fixed my phat fingering. Patch looks good but it seems you phat fingered the commit ID which is 0f2536082d01448daeced8d9e82c3ba1751fefa3 (lmo) rsp. 8c2961da46abd85a71d20f2b169bf80618e (kernel.org). Applied, Ralf
Patch
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, };
Seems in my whitespace cleanup 7084338eb8eb0cc021ba86c340157bad397f3f0b caused AR7 to no longer get as far as init. Fixed my phat fingering. Signed-off-by: Alexander Clouter <alex@digriz.org.uk> --- arch/mips/ar7/platform.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)