]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-omap5/sys_proto.h
ARM: DRA7 / OMAP5: Add workaround for ARM errata 798870
[karo-tx-uboot.git] / arch / arm / include / asm / arch-omap5 / sys_proto.h
index 103830319a414d31f10a7d8ad05571111650ae9d..ea84665f5b9767b76be5923a7535d00533b620a1 100644 (file)
@@ -66,4 +66,7 @@ static inline u32 usec_to_32k(u32 usec)
 {
        return div_round_up(32768 * usec, 1000000);
 }
+
+#define OMAP5_SERVICE_L2ACTLR_SET    0x104
+
 #endif