Skip to content

Commit 099d527

Browse files
metaliveblogtorvalds
authored andcommitted
serial@ add OMAP wakeup-enable register
Add the wakeup enable register to the list of OMAP-specific UART registers. This is to support forthcoming OMAP PM enhancements which use the wakeup feature of the OMAP's 8250-based UART. Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 94362fd commit 099d527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/serial_reg.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@
323323
#define UART_OMAP_MVER 0x14 /* Module version register */
324324
#define UART_OMAP_SYSC 0x15 /* System configuration register */
325325
#define UART_OMAP_SYSS 0x16 /* System status register */
326+
#define UART_OMAP_WER 0x17 /* Wake-up enable register */
326327

327328
#endif /* _LINUX_SERIAL_REG_H */
328329

0 commit comments

Comments
 (0)