Hi,

this is an RFC patch, I can't test it.

Michael
The overrun bit has used only if the rx interrupt error is enabled.

Signed-off-by: Michael Trimarchi <[email protected]>

---
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c
index d780128..81c30b5 100644
--- a/arch/arm/mach-s3c2440/mach-gta02.c
+++ b/arch/arm/mach-s3c2440/mach-gta02.c
@@ -446,7 +446,7 @@ static struct map_desc gta02_iodesc[] __initdata = {
 	},
 };
 
-#define UCON S3C2410_UCON_DEFAULT
+#define UCON (S3C2410_UCON_DEFAULT | S3C2443_UCON_RXERR_IRQEN)
 #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
 #define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
 

Reply via email to