소스 검색

[MIPS] excite: Set serial driver iotype to UPIO_RM9000

Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Thomas Koeller 18 년 전
부모
커밋
cbc8413567
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch/mips/basler/excite/excite_setup.c

+ 1 - 1
arch/mips/basler/excite/excite_setup.c

@@ -112,7 +112,7 @@ static int __init excite_init_console(void)
 	up.irq		= TITAN_IRQ;
 	up.irq		= TITAN_IRQ;
 	up.uartclk	= TITAN_UART_CLK;
 	up.uartclk	= TITAN_UART_CLK;
 	up.regshift	= 0;
 	up.regshift	= 0;
-	up.iotype	= UPIO_MEM32;
+	up.iotype	= UPIO_RM9000;
 	up.type		= PORT_RM9000;
 	up.type		= PORT_RM9000;
 	up.flags	= UPF_SHARE_IRQ;
 	up.flags	= UPF_SHARE_IRQ;
 	up.line		= 0;
 	up.line		= 0;