kernel/drivers/tty/serial/8250/8250_gsc.c
.. .. @@ -55,7 +55,7 @@ 55 55 uart.port.uartclk = (dev->id.sversion != 0xad) ? 56 56 7272727 : 1843200; 57 57 uart.port.mapbase = address; 58 - uart.port.membase = ioremap_nocache(address, 16);58 + uart.port.membase = ioremap(address, 16);59 59 if (!uart.port.membase) { 60 60 dev_warn(&dev->dev, "Failed to map memory\n"); 61 61 return -ENOMEM;