Skip to content

Commit

Permalink
Blackfin arch: define BASE_BAUD like everyone else
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent 55e359a commit 4db557d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/blackfin/include/asm/serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*/

#define SERIAL_EXTRA_IRQ_FLAGS IRQF_TRIGGER_HIGH
#define BASE_BAUD (1843200 / 16)

0 comments on commit 4db557d

Please sign in to comment.