diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-03-31 11:25:03 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-29 18:51:48 -0600 |
commit | 19268834fb208a7deb43f9a00b034e0c6abab3cd (patch) | |
tree | 1261fe2f3fd113bfbdc13a0dd677edd7f77b3a06 /arch/x86/include | |
parent | d21d05f19a7e4f3b27895a835d0e6de6d7951722 (diff) | |
download | u-boot-imx-19268834fb208a7deb43f9a00b034e0c6abab3cd.zip u-boot-imx-19268834fb208a7deb43f9a00b034e0c6abab3cd.tar.gz u-boot-imx-19268834fb208a7deb43f9a00b034e0c6abab3cd.tar.bz2 |
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 <jian.luo4@boschrexroth.de>
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include')
-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 c3b5187..678cde4 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 |