summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorNaveen Krishna Ch <naveenkrishna.ch@gmail.com>2014-10-21 01:43:51 -0400
committerSylwester Nawrocki <s.nawrocki@samsung.com>2014-10-31 05:45:51 -0400
commit57a2b485fa512be47b479077b5f89e1bfe536709 (patch)
tree3be9142227263189fcf6c53304e5f4491b3f7c0e /include/dt-bindings
parent532abc3a4a4502e13315d246c545d7567c80b03e (diff)
clk: samsung: exynos7: add clocks for I2C block
Exynos7 supports 12 I2C channels, add the I2C gate clocks to support them. Signed-off-by: Naveen Krishna Ch <naveenkrishna.ch@gmail.com> Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/exynos7-clk.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/exynos7-clk.h b/include/dt-bindings/clock/exynos7-clk.h
index 00fd6de1cb25..6d07b6f1d615 100644
--- a/include/dt-bindings/clock/exynos7-clk.h
+++ b/include/dt-bindings/clock/exynos7-clk.h
@@ -30,7 +30,14 @@
30/* PERIC0 */ 30/* PERIC0 */
31#define PCLK_UART0 1 31#define PCLK_UART0 1
32#define SCLK_UART0 2 32#define SCLK_UART0 2
33#define PERIC0_NR_CLK 3 33#define PCLK_HSI2C0 3
34#define PCLK_HSI2C1 4
35#define PCLK_HSI2C4 5
36#define PCLK_HSI2C5 6
37#define PCLK_HSI2C9 7
38#define PCLK_HSI2C10 8
39#define PCLK_HSI2C11 9
40#define PERIC0_NR_CLK 10
34 41
35/* PERIC1 */ 42/* PERIC1 */
36#define PCLK_UART1 1 43#define PCLK_UART1 1
@@ -39,7 +46,12 @@
39#define SCLK_UART1 4 46#define SCLK_UART1 4
40#define SCLK_UART2 5 47#define SCLK_UART2 5
41#define SCLK_UART3 6 48#define SCLK_UART3 6
42#define PERIC1_NR_CLK 7 49#define PCLK_HSI2C2 7
50#define PCLK_HSI2C3 8
51#define PCLK_HSI2C6 9
52#define PCLK_HSI2C7 10
53#define PCLK_HSI2C8 11
54#define PERIC1_NR_CLK 12
43 55
44/* PERIS */ 56/* PERIS */
45#define PCLK_CHIPID 1 57#define PCLK_CHIPID 1