Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] Enable UART on RaQ1
@ 2007-07-29 20:19 Martin Michlmayr
  2007-07-30 11:18 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Michlmayr @ 2007-07-29 20:19 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, Peter Horton

Unlike the current code suggests, the RaQ1 actually has an UART.  Only
the Qube1 (Qube 2700) lacks one.

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>

--- a/arch/mips/cobalt/serial.c	2007-07-29 19:47:38.000000000 +0000
+++ b/arch/mips/cobalt/serial.c	2007-07-29 19:48:15.000000000 +0000
@@ -55,9 +55,9 @@
 	int retval;
 
 	/*
-	 * Cobalt Qube1 and RAQ1 have no UART.
+	 * Cobalt Qube1 has no UART.
 	 */
-	if (cobalt_board_id <= COBALT_BRD_ID_RAQ1)
+	if (cobalt_board_id == COBALT_BRD_ID_QUBE1)
 		return 0;
 
 	pdev = platform_device_alloc("serial8250", -1);

-- 
Martin Michlmayr
http://www.cyrius.com/

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

end of thread, other threads:[~2007-07-30 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-29 20:19 [PATCH] Enable UART on RaQ1 Martin Michlmayr
2007-07-30 11:18 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox