Merge tag 'v3.17-rc1' into patchwork
[pandora-kernel.git] / arch / arm / mach-exynos / regs-sys.h
1 /*
2  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
3  *             http://www.samsung.com
4  *
5  * EXYNOS - system register definition
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License version 2 as
9  * published by the Free Software Foundation.
10 */
11
12 #ifndef __ASM_ARCH_REGS_SYS_H
13 #define __ASM_ARCH_REGS_SYS_H __FILE__
14
15 #include <mach/map.h>
16
17 #define S5P_SYSREG(x)                          (S3C_VA_SYS + (x))
18
19 /* For EXYNOS5 */
20 #define EXYNOS5_SYS_I2C_CFG                    S5P_SYSREG(0x0234)
21
22 #endif /* __ASM_ARCH_REGS_SYS_H */