forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
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