linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][PPC32] Incorrect #define in include/asm-ppc/cpm2.h
@ 2005-02-23 22:36 Mark A. Greer
  0 siblings, 0 replies; only message in thread
From: Mark A. Greer @ 2005-02-23 22:36 UTC (permalink / raw)
  To: akpm; +Cc: Embedded PPC Linux list

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]

This patch fixes the incorrect definition of a macro that sets the 
transmit parity to even on a cpm uart device.

Please apply (once 2.6.12 is open).  Thanks.

Signed-off-by: Mark A. Greer <mgreer@mista.com>
--

[-- Attachment #2: cpm2_1.patch --]
[-- Type: text/plain, Size: 432 bytes --]

diff -Nru a/include/asm-ppc/cpm2.h b/include/asm-ppc/cpm2.h
--- a/include/asm-ppc/cpm2.h	2005-02-22 16:26:07 -07:00
+++ b/include/asm-ppc/cpm2.h	2005-02-22 16:26:07 -07:00
@@ -531,7 +531,7 @@
 #define SCU_PSMR_RPM		((ushort)0x000c)
 #define SCU_PSMR_REVP		((ushort)0x0008)
 #define SCU_PSMR_TPM		((ushort)0x0003)
-#define SCU_PSMR_TEVP		((ushort)0x0003)
+#define SCU_PSMR_TEVP		((ushort)0x0002)
 
 /* CPM Transparent mode SCC.
  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-23 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-23 22:36 [PATCH][PPC32] Incorrect #define in include/asm-ppc/cpm2.h Mark A. Greer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).