]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/mach-s5pv310/cpu.c
ARM: S5PV310: Add CMU block for S5PV310 Clock
[net-next-2.6.git] / arch / arm / mach-s5pv310 / cpu.c
index 196c9f12ed85719be8bf757bc19b2ac6b092f68a..2b742957d5669e3f466b454142f3f979053d8d04 100644 (file)
@@ -45,7 +45,12 @@ static struct map_desc s5pv310_iodesc[] __initdata = {
                .pfn            = __phys_to_pfn(S5PV310_PA_L2CC),
                .length         = SZ_4K,
                .type           = MT_DEVICE,
-       },
+       }, {
+               .virtual        = (unsigned long)S5P_VA_CMU,
+               .pfn            = __phys_to_pfn(S5PV310_PA_CMU),
+               .length         = SZ_128K,
+               .type           = MT_DEVICE,
+       }
 };
 
 static void s5pv310_idle(void)