]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-shmobile/setup-r8a7778.c
Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next
[karo-tx-linux.git] / arch / arm / mach-shmobile / setup-r8a7778.c
index 6d694526e4ca1b09be05a64cd163c4f83540e4df..6dd7ddf8874169ee8cd8e1ceb85d478a6909807f 100644 (file)
@@ -298,10 +298,10 @@ void __init r8a7778_add_dt_devices(void)
        void __iomem *base = ioremap_nocache(0xf0100000, 0x1000);
        if (base) {
                /*
-                * Early BRESP enable, Shared attribute override enable, 64K*16way
+                * Shared attribute override enable, 64K*16way
                 * don't call iounmap(base)
                 */
-               l2x0_init(base, 0x40470000, 0x82000fff);
+               l2x0_init(base, 0x00400000, 0xc20f0fff);
        }
 #endif