diff options
| author | Bin Meng <[email protected]> | 2015-03-31 11:25:03 +0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2015-04-29 18:51:48 -0600 |
| commit | 19268834fb208a7deb43f9a00b034e0c6abab3cd (patch) | |
| tree | 1261fe2f3fd113bfbdc13a0dd677edd7f77b3a06 /arch | |
| parent | d21d05f19a7e4f3b27895a835d0e6de6d7951722 (diff) | |
x86: Set serial port IRQ for SMSC LPC47M
For starting a Linux console on the superio serial port under
interrupt mode, the IRQ number must be configured.
Signed-off-by: Jian Luo <[email protected]>
Signed-off-by: Bin Meng <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86/include/asm/ibmpc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/ibmpc.h b/arch/x86/include/asm/ibmpc.h index c3b5187c224..678cde4c868 100644 --- a/arch/x86/include/asm/ibmpc.h +++ b/arch/x86/include/asm/ibmpc.h @@ -21,4 +21,7 @@ #define UART0_BASE 0x3f8 #define UART1_BASE 0x2f8 +#define UART0_IRQ 4 +#define UART1_IRQ 3 + #endif |
