| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] MIPS: AR7: fix phat finger of reset bit in vlynq_high_data |
| From: | Alexander Clouter <alex@digriz.org.uk> |
| Date: | Fri, 12 Mar 2010 19:39:48 +0000 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | tin/1.9.3-20080506 ("Dalintober") (UNIX) (Linux/2.6.26-2-sparc64-smp (sparc64)) |
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(-)
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,
};
--
1.7.0
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 1/3] arch/mips/txx9/generic: init dynamic bin_attribute structures, Dmitry Torokhov |
|---|---|
| Next by Date: | [PATCH] MIPS: AR7: fix phat finger of cpmac fixed_phy_add, Alexander Clouter |
| Previous by Thread: | [PATCH v2] MIPS: tracing: Optimize the implementation, Wu Zhangjin |
| Next by Thread: | Re: [PATCH] MIPS: AR7: fix phat finger of reset bit in vlynq_high_data, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |