diff options
| author | Sylvain Munaut <tnt@246tnt-laptop.lan.ayanami.246tnt.com> | 2004-07-29 19:12:57 +0200 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-07-29 19:12:57 +0200 |
| commit | 14f010997ce934ca34acff0410fff5895a16b300 (patch) | |
| tree | dd29ab5db6590cf28869f85e7b94b48595fe6573 /include/linux | |
| parent | 147cd4548a78d46394ad2d47f439c069c1205645 (diff) | |
[serial/ppc] Add support for MPC52xx PSCs.
Can be used as serial port and console. Compliant with the OCP driver model.
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/serial_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 1ad37531b7ad..e7e8bb92aa32 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -86,6 +86,9 @@ /* PPC CPM type number */ #define PORT_CPM 58 +/* MPC52xx type numbers */ +#define PORT_MPC52xx 59 + #ifdef __KERNEL__ #include <linux/config.h> |
