Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
[pandora-kernel.git] / arch / arm / plat-omap / include / plat / omap-serial.h
index c8dae02..2682043 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <plat/mux.h>
 
-#define DRIVER_NAME    "omap-hsuart"
+#define DRIVER_NAME    "omap_uart"
 
 /*
  * Use tty device name as ttyO, [O -> OMAP]
  */
 #define OMAP_SERIAL_NAME       "ttyO"
 
-#define OMAP_MDR1_DISABLE      0x07
-#define OMAP_MDR1_MODE13X      0x03
-#define OMAP_MDR1_MODE16X      0x00
 #define OMAP_MODE13X_SPEED     230400
 
-/*
- * LCR = 0XBF: Switch to Configuration Mode B.
- * In configuration mode b allow access
- * to EFR,DLL,DLH.
- * Reference OMAP TRM Chapter 17
- * Section: 1.4.3 Mode Selection
- */
-#define OMAP_UART_LCR_CONF_MDB 0XBF
-
 /* WER = 0x7F
  * Enable module level wakeup in WER reg
  */