From 19268834fb208a7deb43f9a00b034e0c6abab3cd Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 31 Mar 2015 11:25:03 +0800 Subject: 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 Signed-off-by: Bin Meng Acked-by: Simon Glass --- include/smsc_lpc47m.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/smsc_lpc47m.h') diff --git a/include/smsc_lpc47m.h b/include/smsc_lpc47m.h index bffd622f0fd..32b069df6f0 100644 --- a/include/smsc_lpc47m.h +++ b/include/smsc_lpc47m.h @@ -13,7 +13,8 @@ * * @dev: High 8 bits = Super I/O port, low 8 bits = logical device number. * @iobase: Processor I/O port address to assign to this serial device. + * @irq: Processor IRQ number to assign to this serial device. */ -void lpc47m_enable_serial(u16 dev, u16 iobase); +void lpc47m_enable_serial(u16 dev, u16 iobase, u8 irq); #endif /* _SMSC_LPC47M_H_ */ -- cgit v1.2.3