diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-13 16:29:25 +0000 |
commit | db7d4daea91e105e3859cf461d7e53b9b77454b2 (patch) | |
tree | 9bb65b95440af09e8aca63abe56970dd3360cc57 /include/asm-m68k/atari_SCCserial.h | |
parent | 9c1c01ead627bdda9211c9abd5b758d6c687d8ac (diff) |
Merge with Linux 2.2.8.
Diffstat (limited to 'include/asm-m68k/atari_SCCserial.h')
-rw-r--r-- | include/asm-m68k/atari_SCCserial.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-m68k/atari_SCCserial.h b/include/asm-m68k/atari_SCCserial.h index 481bd0e11..9c373bad8 100644 --- a/include/asm-m68k/atari_SCCserial.h +++ b/include/asm-m68k/atari_SCCserial.h @@ -28,6 +28,8 @@ #define SCC_BAUD_BASE_NONE 0 /* for not connected or unused * clock sources */ +#define SCC_BAUD_BASE_M147_PCLK 312500 /* 5 MHz */ +#define SCC_BAUD_BASE_M147 312500 /* 5 MHz */ #define SCC_BAUD_BASE_MVME_PCLK 781250 /* 12.5 MHz */ #define SCC_BAUD_BASE_MVME 625000 /* 10.000 MHz */ #define SCC_BAUD_BASE_BVME_PCLK 781250 /* 12.5 MHz */ /* XXX ??? */ |