forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/arm/mach-shmobile/setup-r8a7778.c
....@@ -22,7 +22,7 @@
2222
2323 static void __init r8a7778_init_irq_dt(void)
2424 {
25
- void __iomem *base = ioremap_nocache(0xfe700000, 0x00100000);
25
+ void __iomem *base = ioremap(0xfe700000, 0x00100000);
2626
2727 BUG_ON(!base);
2828