diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2011-07-04 09:35:51 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-07-08 18:09:22 -0400 |
commit | bff52fd458a1bca06266449b0ab8a43e9a50d240 (patch) | |
tree | 6bf124931fac595fbf9855d62b12c5acf804ceed /drivers/tty/serial/pch_uart.c | |
parent | e463595fd9c752fa4bf06b47df93ef9ade3c7cf0 (diff) |
pch_uart: add missing comment about OKI ML7223
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/pch_uart.c')
-rw-r--r-- | drivers/tty/serial/pch_uart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c index 35cb9af893ba..037368285301 100644 --- a/drivers/tty/serial/pch_uart.c +++ b/drivers/tty/serial/pch_uart.c | |||
@@ -45,6 +45,7 @@ enum { | |||
45 | /* Set the max number of UART port | 45 | /* Set the max number of UART port |
46 | * Intel EG20T PCH: 4 port | 46 | * Intel EG20T PCH: 4 port |
47 | * OKI SEMICONDUCTOR ML7213 IOH: 3 port | 47 | * OKI SEMICONDUCTOR ML7213 IOH: 3 port |
48 | * OKI SEMICONDUCTOR ML7223 IOH: 2 port | ||
48 | */ | 49 | */ |
49 | #define PCH_UART_NR 4 | 50 | #define PCH_UART_NR 4 |
50 | 51 | ||