4db557d4ae
define BASE_BAUD like everyone else, althought it is only used by 8250 Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
7 lines
123 B
C
7 lines
123 B
C
/*
|
|
* include/asm-blackfin/serial.h
|
|
*/
|
|
|
|
#define SERIAL_EXTRA_IRQ_FLAGS IRQF_TRIGGER_HIGH
|
|
#define BASE_BAUD (1843200 / 16)
|