forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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