forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
kernel/drivers/tc/tc.c
....@@ -47,7 +47,7 @@
4747 for (slot = 0; slot < tbus->num_tcslots; slot++) {
4848 slotaddr = tbus->slot_base + slot * slotsize;
4949 extslotaddr = tbus->ext_slot_base + slot * extslotsize;
50
- module = ioremap_nocache(slotaddr, slotsize);
50
+ module = ioremap(slotaddr, slotsize);
5151 BUG_ON(!module);
5252
5353 offset = TC_OLDCARD;