diff options
Diffstat (limited to 'arch/powerpc/boot/serial.c')
-rw-r--r-- | arch/powerpc/boot/serial.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/serial.c b/arch/powerpc/boot/serial.c index e8de4cf59be7..7fd32330a9a5 100644 --- a/arch/powerpc/boot/serial.c +++ b/arch/powerpc/boot/serial.c | |||
@@ -125,6 +125,8 @@ int serial_console_init(void) | |||
125 | 125 | ||
126 | if (!strcmp(compat, "ns16550")) | 126 | if (!strcmp(compat, "ns16550")) |
127 | rc = ns16550_console_init(devp, &serial_cd); | 127 | rc = ns16550_console_init(devp, &serial_cd); |
128 | else if (!strcmp(compat, "marvell,mpsc")) | ||
129 | rc = mpsc_console_init(devp, &serial_cd); | ||
128 | 130 | ||
129 | /* Add other serial console driver calls here */ | 131 | /* Add other serial console driver calls here */ |
130 | 132 | ||