forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/tty/serial/8250/8250_gsc.c
....@@ -55,7 +55,7 @@
5555 uart.port.uartclk = (dev->id.sversion != 0xad) ?
5656 7272727 : 1843200;
5757 uart.port.mapbase = address;
58
- uart.port.membase = ioremap_nocache(address, 16);
58
+ uart.port.membase = ioremap(address, 16);
5959 if (!uart.port.membase) {
6060 dev_warn(&dev->dev, "Failed to map memory\n");
6161 return -ENOMEM;