rb532-serial.patch 467 B

1234567891011
  1. diff -Nur linux-3.15.1.orig/arch/mips/rb532/devices.c linux-3.15.1/arch/mips/rb532/devices.c
  2. --- linux-3.15.1.orig/arch/mips/rb532/devices.c 2014-06-16 22:44:27.000000000 +0200
  3. +++ linux-3.15.1/arch/mips/rb532/devices.c 2014-06-28 10:27:20.418061077 +0200
  4. @@ -223,6 +223,7 @@
  5. static struct plat_serial8250_port rb532_uart_res[] = {
  6. {
  7. + .type = PORT_16550A,
  8. .membase = (char *)KSEG1ADDR(REGBASE + UART0BASE),
  9. .irq = UART0_IRQ,
  10. .regshift = 2,