forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/mips/rb532/setup.c
....@@ -49,7 +49,7 @@
4949
5050 set_io_port_base(KSEG1);
5151
52
- pci_reg = ioremap_nocache(pci0_res[0].start,
52
+ pci_reg = ioremap(pci0_res[0].start,
5353 pci0_res[0].end - pci0_res[0].start);
5454 if (!pci_reg) {
5555 printk(KERN_ERR "Could not remap PCI registers\n");