diff options
Diffstat (limited to 'arch/mips/bcm63xx/dev-uart.c')
| -rw-r--r-- | arch/mips/bcm63xx/dev-uart.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm63xx/dev-uart.c b/arch/mips/bcm63xx/dev-uart.c index c2963da0253..d6e42c60832 100644 --- a/arch/mips/bcm63xx/dev-uart.c +++ b/arch/mips/bcm63xx/dev-uart.c @@ -54,7 +54,7 @@ int __init bcm63xx_uart_register(unsigned int id)  	if (id >= ARRAY_SIZE(bcm63xx_uart_devices))  		return -ENODEV; -	if (id == 1 && !BCMCPU_IS_6358()) +	if (id == 1 && (!BCMCPU_IS_6358() && !BCMCPU_IS_6368()))  		return -ENODEV;  	if (id == 0) {  |