All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: AR7: fix phat finger of reset bit in vlynq_high_data
@ 2010-03-12 19:39 Alexander Clouter
  2010-03-15 17:12 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Clouter @ 2010-03-12 19:39 UTC (permalink / raw)
  To: linux-mips

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-15 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 19:39 [PATCH] MIPS: AR7: fix phat finger of reset bit in vlynq_high_data Alexander Clouter
2010-03-15 17:12 ` Ralf Baechle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.