summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/exynos5250.h
diff options
context:
space:
mode:
authorArun Kumar K <arun.kk@samsung.com>2014-04-28 13:37:01 +0400
committerTomasz Figa <t.figa@samsung.com>2014-05-14 21:40:15 +0400
commit20b82ae27e89739ed8740323913d58efe593ef91 (patch)
treef14d6b22d3b2a15e80c914720ce54384ffef4d7d /include/dt-bindings/clock/exynos5250.h
parent04bc7d96fbbbd7c379a8351db9f2466b47c74ec2 (diff)
downloadlinux-20b82ae27e89739ed8740323913d58efe593ef91.tar.xz
clk: samsung: exynos5250: Add clocks for G3D
This patch adds the required clocks for ARM Mali IP in Exynos5250. Signed-off-by: Arun Kumar K <arun.kk@samsung.com> [t.figa: Changed clock ID to avoid conflict with CLK_SSS] Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Diffstat (limited to 'include/dt-bindings/clock/exynos5250.h')
-rw-r--r--include/dt-bindings/clock/exynos5250.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/exynos5250.h b/include/dt-bindings/clock/exynos5250.h
index f9b452bb3019..415d447e6e29 100644
--- a/include/dt-bindings/clock/exynos5250.h
+++ b/include/dt-bindings/clock/exynos5250.h
@@ -151,11 +151,13 @@
#define CLK_MDMA0 346
#define CLK_SMMU_MDMA0 347
#define CLK_SSS 348
+#define CLK_G3D 349
/* mux clocks */
#define CLK_MOUT_HDMI 1024
+#define CLK_MOUT_GPLL 1025
/* must be greater than maximal clock id */
-#define CLK_NR_CLKS 1025
+#define CLK_NR_CLKS 1026
#endif /* _DT_BINDINGS_CLOCK_EXYNOS_5250_H */