diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/omap-serial.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap-serial.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap-serial.h b/arch/arm/plat-omap/include/plat/omap-serial.h index c8dae02f0704..2682043f5a5b 100644 --- a/arch/arm/plat-omap/include/plat/omap-serial.h +++ b/arch/arm/plat-omap/include/plat/omap-serial.h | |||
@@ -22,7 +22,7 @@ | |||
22 | 22 | ||
23 | #include <plat/mux.h> | 23 | #include <plat/mux.h> |
24 | 24 | ||
25 | #define DRIVER_NAME "omap-hsuart" | 25 | #define DRIVER_NAME "omap_uart" |
26 | 26 | ||
27 | /* | 27 | /* |
28 | * Use tty device name as ttyO, [O -> OMAP] | 28 | * Use tty device name as ttyO, [O -> OMAP] |
@@ -31,20 +31,8 @@ | |||
31 | */ | 31 | */ |
32 | #define OMAP_SERIAL_NAME "ttyO" | 32 | #define OMAP_SERIAL_NAME "ttyO" |
33 | 33 | ||
34 | #define OMAP_MDR1_DISABLE 0x07 | ||
35 | #define OMAP_MDR1_MODE13X 0x03 | ||
36 | #define OMAP_MDR1_MODE16X 0x00 | ||
37 | #define OMAP_MODE13X_SPEED 230400 | 34 | #define OMAP_MODE13X_SPEED 230400 |
38 | 35 | ||
39 | /* | ||
40 | * LCR = 0XBF: Switch to Configuration Mode B. | ||
41 | * In configuration mode b allow access | ||
42 | * to EFR,DLL,DLH. | ||
43 | * Reference OMAP TRM Chapter 17 | ||
44 | * Section: 1.4.3 Mode Selection | ||
45 | */ | ||
46 | #define OMAP_UART_LCR_CONF_MDB 0XBF | ||
47 | |||
48 | /* WER = 0x7F | 36 | /* WER = 0x7F |
49 | * Enable module level wakeup in WER reg | 37 | * Enable module level wakeup in WER reg |
50 | */ | 38 | */ |